[jboss-user] [JBoss Messaging] - Migrating from Jboss MQ to Jboss Messaging:In Memory Queue

rahul_mishra02 do-not-reply at jboss.com
Wed Jun 24 06:49:01 EDT 2009


Hi,

While using Jboss MQ ,my application used to specify a set of in memory queue as follows


  |   <mbean code="org.jboss.mq.server.jmx.Queue"
  |  name="jboss.mq.destination:service=Queue,name=nonpersistentQueue">
  |     <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
  |     <attribute name="InMemory">true</attribute>
  |   </mbean>
  | 

I am unable to figure out how to achieve an 'in memory' functionality using Jboss Messaging since the attribute is no longer supported.

Any pointers in this regard will be highly appreciated.

Thanks

P.S > 
I can use a null persistence manager but that would change the behavior for all my queues, its just this one queue which should be in memory, the others should use the configured persistence manager


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239690#4239690

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239690



More information about the jboss-user mailing list