I am using below piece of code but whenever i call getJMSReplyTo() mehod of message, it always returning null. if it is working for you please let me know lib files with version working for you. i doubt on combination of lib files.
2. Do 1 quick test, use embedded or external JMS provider
Create 1 producer queue QUEUEA, use this queue QUEUEA to send a text message.
Create 1 reply queue QUEUEB for testing message.setJMSReplyTo(QUEUEB);
Create JNDI for these 2 queues