[jboss-user] [JBoss Messaging Users] - Validate Connection factory setting from MQ to JBM and ident

vijay_venkataraman do-not-reply at jboss.com
Sat Oct 24 14:43:29 EDT 2009


Hi 
I am moving our queue implementation form MQ series to JBM from JBOSS 4.2 to JBOSS 4.3 (We are also moving to JBOSS 4.3)

Here is the connection factory definition in uil2-service.xml and i want to know the equivalent in JBM.


  | <mbean code="org.jboss.naming.LinkRefPairService" 
  |             name="jboss.jms:alias=BCSQueueConnectionFactory">
  |   <attribute name="JndiName">BCSQueueConnectionFactory</attribute> 
  |   <attribute name="RemoteJndiName">ConnectionFactory</attribute> 
  |   <attribute name="LocalJndiName">java:/ConnectionFactory</attribute> 
  |   <depends>jboss:service=Naming</depends> 
  |   </mbean>
  | 

The equivalent i could get to


  | 
  | <mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory"        name="jboss.messaging.connectionfactory:service=BCSQueueConnectionFactory"
  | xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml">
  | <!--attribute name="JndiName">BCSQueueConnectionFactory</attribute--> 
  | <!--attribute name="LocalJndiName">java:/ConnectionFactory</attribute-->
  | <!--attribute name="RemoteJndiName">ConnectionFactory</attribute-->             
  |      
  |   <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>
  |   <!--depends>jboss:service=Naming</depends--> 
  | 	 <attribute name="JNDIBindings">
  |          <bindings>
  |             <binding>BOCSQueueConnectionFactory</binding>
  | 			<binding>java:/ConnectionFactory</binding>
  | 			<binding>ConnectionFactory</binding>
  | 		 </bindings>
  | 	 </attribute>
  |    </mbean>
  | 

If you can see, i am not able to figure the equivalents for these pieces in JBM

  |   <attribute name="LocalJndiName">java:/ConnectionFactory</attribute>
  |   <attribute name="RemoteJndiName">ConnectionFactory</attribute>   
  |   <depends>jboss:service=Naming</depends> 
  | 

Appreciate if anyone can guide me with this.

Thanks in Advance.

Vijay

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

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



More information about the jboss-user mailing list