Hi,

I'm facing some problems when jms xbean is configured to IBM MQ. following
is my xbean contents.

  <jms:endpoint service="iq:jms"
                endpoint="endpoint"
                role="provider" 
                destinationStyle="queue"
                jmsProviderDestinationName="Q1.SQ"
                processorName="standard"
                connectionFactory="#connectionFactory"
               />
                
  <bean id="connectionFactory"
class="com.ibm.mq.jms.MQQueueConnectionFactory">
    <property name="queueManager" value="SampleQM1" />
    <property name="transportType" value="1" />
    <property name="hostName" value="localhost" />
    <property name="port" value="1417" />
  </bean>

Is there something else i need to configure in it.

Thanks in anticipation
Varun
-- 
View this message in context: 
http://www.nabble.com/configuring-sevicemix-jms-to-IBM-MQ-tf4068169s12049.html#a11560239
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Reply via email to