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
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
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