[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deploying topics via JMX vs. jboss-service.xml

2005-01-06 Thread jpace
Yes, that solved the issue. For completeness, let me summarize: To create a topic at runtime, via JMX: 1. Call the createTopic operation on the DestinationManager MBean. For the example I gave in the original posting, the call would be createTopic("SampleTopic", "topic/SampleTopic"). 2. Ca

[JBoss-user] [Messaging, JMS & JBossMQ] - Creating User Ids and Roles Using JMX

2005-01-04 Thread jpace
The 3.2.6 documentation talks about creating user ids and roles via JMX by using the org.jboss.mq.sm.file.DynamicStateManager's MBean. However, it appears that by default the org.jboss.mq.sm.jdbc.JDBCStateManager MBean is used. This MBean does not have the addUser, addRole, etc, operations. I

[JBoss-user] [Messaging, JMS & JBossMQ] - Deploying topics via JMX vs. jboss-service.xml

2005-01-03 Thread jpace
I am using the default configuration with JBoss 3.2.6. I can deploy a topic using the following XML: | jboss.mq:service=DestinationManager | jboss.mq:service=SecurityManager | | | | | | and then I can create a Durable Topic Subscription using the follow