[jboss-user] [Messaging, JMS & JBossMQ] - Re: Initial durable subscription setup
npujol
do-not-reply at jboss.com
Wed Dec 6 20:48:23 EST 2006
According to the JMS 1.1 spec in section 6.3 towards the end:
anonymous wrote : All JMS providers must be able to run JMS applications that dynamically create
| and delete durable subscriptions. Some JMS providers may, in addition,
| provide facilities to administratively configure durable subscriptions. If a
| durable subscription has been administratively configured, it is valid for it to
| silently override the subscription specified by the client.
Shouldn't JbossMQ make sure that a call to topicSession.createDurableSubscriber(topic,subname) does not override what may have been setup in JMS_USERS? Or does this problem arise because the JMS_USERS approach to adding a subscription is trully not an "administered" way of dealing with a topic?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991834#3991834
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991834
More information about the jboss-user
mailing list