[jboss-user] [JBoss Messaging Users] - Re: Disappearing credentials after publisher.send

thammoud do-not-reply at jboss.com
Mon Aug 31 11:28:05 EDT 2009


We use "ConnectionFactory" to create the connection factory which is defined as:


  | <mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory"
  |       name="jboss.messaging.connectionfactory:service=ConnectionFactory"
  |       xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml">
  |       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
  |       <depends optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=bisocket</depends>
  |       <depends>jboss.messaging:service=PostOffice</depends>
  | 
  |       <attribute name="JNDIBindings">
  |          <bindings>
  |             <binding>/ConnectionFactory</binding>
  |             <binding>/XAConnectionFactory</binding>
  |             <binding>java:/ConnectionFactory</binding>
  |             <binding>java:/XAConnectionFactory</binding>
  |          </bindings>
  |       </attribute>
  |    </mbean>
  | 

Thanks for your quick response.

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

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



More information about the jboss-user mailing list