[jboss-user] [JCA/JBoss] - Re: 4.2.3.GA to 5.1.0.GA regression - heirarchical JNDI name

jaikiran do-not-reply at jboss.com
Fri Jun 19 03:54:41 EDT 2009


I just tried this with the default DLQ configuration that comes with JBoss:

<mbean code="org.jboss.jms.server.destination.QueueService"
  |       name="jboss.messaging.destination:service=Queue,name=DLQ"
  |       xmbean-dd="xmdesc/Queue-xmbean.xml">
  |       <attribute name="JNDIName">jaikiran/DLQ</attribute>
  |       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
  |       <depends>jboss.messaging:service=PostOffice</depends>
  |    </mbean>

And it worked fine for me. The server started up with this log:

13:21:49,353 INFO  [QueueService] Queue[jaikiran/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000  

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

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



More information about the jboss-user mailing list