Author |
Message |
Topic: unmanaged subscription with MQv7 JMS |
jerryz
Replies: 10 Views: 7708
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 20, 2011 11:08 pm Subject: unmanaged subscription with MQv7 JMS |
To add on, we don't intend to alter the source code of the subscribers.
Another question:
Is there any command or utility to list out all subscriptions under a mq6 queue manager? |
Topic: unmanaged subscription with MQv7 JMS |
jerryz
Replies: 10 Views: 7708
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 20, 2011 10:18 pm Subject: unmanaged subscription with MQv7 JMS |
We are in the processing of migrating Mq6 to Mq7.
If we don't define subscriptions, Mq7 will assign a dynamatic queue to each subscription;
If we define, we need to have clientID, subscriber name an ... |
Topic: unmanaged subscription with MQv7 JMS |
jerryz
Replies: 10 Views: 7708
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 20, 2011 3:28 am Subject: unmanaged subscription with MQv7 JMS |
Thanks for your suggestion. "DEFINE SUB" using runmqsc works, but it is not a good way to address the issue, because
1) We have to identify each subscriber and have its clientID, subscrib ... |
Topic: unmanaged subscription with MQv7 JMS |
jerryz
Replies: 10 Views: 7708
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 18, 2011 10:30 pm Subject: unmanaged subscription with MQv7 JMS |
Thanks for your post.
We tried defining subscriptions using MQ explorer, and noticed that the subscription name must follow the format as below
JMS:Queue Manager:clientID:Subscriber name
Thou ... |
Topic: unmanaged subscription with MQv7 JMS |
jerryz
Replies: 10 Views: 7708
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 18, 2011 7:05 pm Subject: unmanaged subscription with MQv7 JMS |
In MQ6, we used to define JMS subscription like
define t(mq7test-t1) topic(mq7test.t1) brokerdursubq(SYSTEM.JMS.D.mq7test.t1)
In MQ7, it does not honour brokerdursubq(SYSTEM.JMS.D.mq7test.t1). W ... |
Topic: unmanaged subscription with MQv7 JMS |
jerryz
Replies: 10 Views: 7708
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 18, 2011 2:55 am Subject: unmanaged subscription with MQv7 JMS |
The MQ v6 behaviour, when unmanaged subscriptions -
and so user-defined durable subscriptions queues - could be used with
JMS. This has been changed at v7; the JMS spec regarding subscriptions
m ... |