I am migrating my project from Weblogic to JBoss so
Can anyboady help me in configuring JMS message queues and Connectionfactory in JBoss? What descriptors are needed? If possible then give a detailed example
You can use the ConnectionFactory that comes by default in JBoss. You will just have to do a lookup of that in your application. As far as creating queues/topics is concerned, see if this helps. Also, there's this chapter about JMS on JBoss which might help Messaging in JBoss
Not sure if there's such a feature where on redelivery limit the message will be delivered to a different destination. However, there's a way where "expired" messages can be directed to a different destination : ExpiryDestination