[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Why ServerSessionImpl::doHandleCreateQueue is not callin
jmesnil
do-not-reply at jboss.com
Fri Nov 14 11:06:33 EST 2008
"clebert.suconic at jboss.com" wrote :
| JMSServerManagerImpl is creating a destination when Queues are created:
|
| ...
|
| While ServerSessionImpl::doHandleCreateQueue is only creating the binding.
|
|
The two bits of code are not on the same level: JMSServerManager creates a *JMS* Queue (which implies the creation of a destination for the corresponding core queue) while ServerSessionImpl creates a *core* queue
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189446#4189446
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189446
More information about the jboss-dev-forums
mailing list