Varun,

Forwarding this mail to the user mailing list, as it isn't really related to ServiceMix development... Could you post the stacktrace for the exception you get? It might contain additional information.

Gert

unni_varun wrote:
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

Reply via email to