Hi For general JMS transport then use the camel-jms component. http://camel.apache.org/jms.html
It should work with Sonic. However if you use ActiveMQ we recommend to use the camel-activemq component as its pre configured and optimized for AMQ over JMS. http://camel.apache.org/activemq.html On Sat, Sep 26, 2009 at 8:46 AM, Claus Ibsen <[email protected]> wrote: > On Sat, Sep 26, 2009 at 1:24 AM, Dave Wallin <[email protected]> wrote: >> >> Thanks for the information but we are not using IBM MQ. On the JMS side we >> are connecting to Sonic and it is working fine. As soon as we try to use >> the msmq: component we get the exception. It is most definitely a missing >> library somewhere. Any ideas? > > msmq is for Microsoft Message Queue, not IBM or Sonic. > And you need to install some native windows libraries. And hence you > must run it from a Windows computer. > > http://camel.apache.org/msmq > >> >> >> >> lhein wrote: >>> >>> Dave, >>> >>> usually this error comes if the client tools are not installed at that PC. >>> There >>> are several native libs for both MQI and JMS delivered with IBM MQ. >>> Please check if >>> those libs are there and on classpath / library path. >>> >>> Lars >>> >>> >>> >>> 2009/9/25 Dave Wallin <[email protected]>: >>>> >>>> Hello all, >>>> >>>> We are wondering if anyone has been able to get the msmq component >>>> functioning? We cannot seem to get past the following exception, even >>>> though msmq is installed and running... Any ideas? Thanks. >>>> >>>> Exception in thread "main" java.lang.UnsatisfiedLinkError: no >>>> msmq_native_support in java.library.path >>>> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) >>>> at java.lang.Runtime.loadLibrary0(Runtime.java:822) >>>> at java.lang.System.loadLibrary(System.java:993) >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/msmq-component-tp25615544p25615544.html >>>> Sent from the Camel Development mailing list archive at Nabble.com. >>>> >>>> >>> >>> >>> >>> -- >>> http://lhein.blogspot.com >>> >>> >>> ----- >>> Regards >>> Lars >>> >>> >>> http://lhein.blogspot.com >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/msmq-component-tp25615544p25620618.html >> Sent from the Camel Development mailing list archive at Nabble.com. >> >> > > > > -- > Claus Ibsen > Apache Camel Committer > > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
