| Author |
setJMSReplyto function not working
|
Bhupesh Maduskar
Greenhorn
Joined: Jun 14, 2011
Posts: 6
|
|
Hi All,
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.
|
 |
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 304
|
|
1.
Check the purpose of the temporary destionation (queue/topic) CreatingTemporary Destinations
http://download.oracle.com/docs/cd/E19316-01/819-3669/bncgb/index.html
Check if that's all you need.
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
|
 |
 |
|
|
subject: setJMSReplyto function not working
|
|
|