Posted: Thu May 28, 2009 5:52 pm Post subject: JMS system queues question
Apprentice
Joined: 16 Feb 2009 Posts: 29
MQ 6.0
Websphere 6.1
looking up a jms topic created on websphere over a listener port to subscribe durably to topic on MQ.
Now for configuring base subscriber queue and using the multiple queue approach (that is Each subscriber has an exclusive queue assigned to it, from which it retrieves all
its messages.)
For durable subscriptions, the queue name you provide should start with the
following characters:
SYSTEM.JMS.D.
Does this still comply and why do i have to follow this naming convention?
Note: You can retrieve your messages from a different queue ... if you create a queue ALIAS to do so. But you will have to retrieve them as a queue consumer and not as a topic consumer....
The conventions are required to make everything work as intended.
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