Thanks Tim, We have one more problem.
As I have already said that we are moving from Jboss MQ to Jboss Messaging, In Jboss MQ we have a X-doclet code to define the subscription id for each subscriber, like below [EMAIL PROTECTED] * client-id="rate.of.sale.ip" * subscription-id="rate.of.sale.ip" This will appear as below in the JMXConsole. TOPIC.TestIPTopic.rate.of.sale.ip.-2147483648 We want to extract this information for every consumers and to display in an application status window. In the above we can extract the subscription id 'rate.of.sale.ip' from the 'TOPIC.TestIPTopic.rate.of.sale.ip' But for Jboss Messaging this subscription id does not seem to work. It appears as below in the JMXConsole. Subscription.8n-qklvw8mf-1-gwnsw8mf-4ko8nl-k3d8a4ko8nl-k3d8a So we could not clearly separate out the different subscribers as the subscription id are dynamically generated. Since this x-doclet code had no effect in the new Jboss Messaging what is the alternative way to set (to make static subscription id) the subscription id for each subscribers ? Regards, Prabhu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181873#4181873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181873 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
