|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Trouble with Temporary Dynamic Queue as ReplyQueue |
« View previous topic :: View next topic » |
Author |
Message
|
Toum |
Posted: Fri Apr 21, 2006 3:05 pm Post subject: Trouble with Temporary Dynamic Queue as ReplyQueue |
|
|
Novice
Joined: 14 Oct 2005 Posts: 15
|
I'm doing pub/sub with Websphere MQ basic broker and MQRFH messages. My applications recieves their replies (the messages they are subscribed to) on dynamically created queues.
- When queues are PERMANENT DYNAMIC, it is working fine.
- But, When they are TEMPORARY DYNAMIC, it does not. It seems broker have trouble with stream SYSTEM.BROKER.DEFAULT.STREAM.
All I did between the two steps is changing the status of my model queue from PERMANENT to TEMPORARY. See below the code for creating the temporary queue :
Set MyQueue = MQQMgr.AccessQueue("MY.MODEL.QUEUE", MQOO_INPUT_SHARED + MQOO_INQUIRE, null, "MyQueueName")
Thanks in advance. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Apr 21, 2006 4:56 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Are the messages PERSISTENT? You can't put persistent messages onto tempDyn queues. _________________ -wayne |
|
Back to top |
|
 |
Toum |
Posted: Mon Apr 24, 2006 5:42 am Post subject: |
|
|
Novice
Joined: 14 Oct 2005 Posts: 15
|
Thanks.
I fixed the problem with MQRFH "MQPSRegOpts" option (or, MQRFH2 option). Had to set them to "NonPers" (for non persistent).
Maodo |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|