Re: configuring sevicemix-jms to IBM MQ

2007-07-15 Thread Adrian Co

Can you include the full stack trace?

unni_varun wrote:
I'm getting Null Pointer Exception in JMS SU. 
  




configuring sevicemix-jms to IBM MQ

2007-07-12 Thread unni_varun

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.



Re: configuring sevicemix-jms to IBM MQ

2007-07-12 Thread unni_varun

I'm getting Null Pointer Exception in JMS SU. 
-- 
View this message in context: 
http://www.nabble.com/configuring-sevicemix-jms-to-IBM-MQ-tf4068169s12049.html#a11561406
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.