Here is the configuration from my jbossmq-destinations-service.xml that I've 
been trying to use.   I think this is the correct MQ series ConnectionFactory, 
but maybe that's my problem.

Thanks,
    Jim

    <mbean code="jmx.service.wsmq.WSMQConnectionFactory"
  |          name="jmx.service.wsmq:service=MQQueueConnectionFactory">
  |     <attribute name="JndiName">MyMQQueueConnectionFactory</attribute>
  |     <attribute name="JMSStyle">Queue</attribute>
  |     <attribute name="IsXA">false</attribute>
  |     <attribute name="QueueManagerName">QM_IESYS</attribute>
  |     <attribute name="HostName">myserver.mydomain.org</attribute>
  |     <attribute name="Channel">CHL.TO.APP</attribute>
  |     <!-- MQJMS_TP_BINDINGS_MQ, MQJMS_TP_CLIENT_MQ_TCPIP, 
MQJMS_TP_DIRECT_TCPIP -->
  |     <attribute name="TransportType">MQJMS_TP_CLIENT_MQ_TCPIP</attribute>
  |     <depends>jboss:service=Naming</depends>
  |   </mbean>
  | 
  |   <mbean code="jmx.service.wsmq.WSMQDestination"
  |          name="jmx.service.wsmq:service=WSMQResponseQueue">
  |     <attribute name="JndiName">wsmq/HL7Outbound</attribute>
  |     <attribute name="JMSStyle">Queue</attribute>
  |     <attribute name="QueueManagerName">QM_IESYS</attribute>
  |     <attribute name="DestinationName">IESYS.RECV</attribute>
  |     <depends>jboss:service=Naming</depends>
  |   </mbean>
  |   
  |     <mbean code="jmx.service.wsmq.WSMQDestination"
  |          name="jmx.service.wsmq:service=WSMQRequestQueue">
  |     <attribute name="JndiName">wsmq/HL7Inbound</attribute>
  |     <attribute name="JMSStyle">Queue</attribute>
  |     <attribute name="QueueManagerName">QM_IESYS</attribute>
  |     <attribute name="DestinationName">IESYS.SEND</attribute>
  |     <depends>jboss:service=Naming</depends>
  |   </mbean>

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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to