anonymous wrote : The session has methods to createQueue and createConsumer.
|
| creating a queue would be done when
|
| a) creating a jms queue
| b) creating a topic subscription
| c) creating a temporary queue
|
| these are all queues.
|
| As you mention, by default queues should be created as long the user has the CREATE
permission for that point in the condition name.
no problems
JMS TCK also requires that some queues are pre-deployed. This can be supported by the
JNDIDeployer - which we should probably rename to JMSServerManager. This component should
expose a JMS centric management API which then calls the pure core managermenent api of
the core server.
I'll rename it and change accordingly.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127043#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...