[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - ClientSession Temporary Queues
jmesnil
do-not-reply at jboss.com
Thu Mar 26 05:21:55 EDT 2009
I've modified the ClientSession API to distinguish between temp queues and regular queues.
createTemporaryQueue(...) methods create temporary queues (which are non-durable )
createQueue() methods create regular queues which can be either durable or non-durable.
Only the client API has changed: the queue creation on the server side is the same (we send 2 booleans for temp and durable properties)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221185#4221185
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221185
More information about the jboss-dev-forums
mailing list