On Fri, Jul 17, 2009 at 3:41 PM, aliasrob<[email protected]> wrote:
>
>
>
> Claus Ibsen-2 wrote:
>>
>> Hi
>>
>> Welcome to the Camel.
>>
>> On Thu, Jul 16, 2009 at 10:52 PM, aliasrob<[email protected]> wrote:
>>>
>>> Hello has anyone ever used Camel with IBM's MQ Series. We are looking at
>>> possible using the two products together but have no example or the two
>>> products working together
>>>
>>
>> My former client uses Camel inside IBM WebSphere 6.0/6.1 and connects
>> to remote MQ servers.
>> And AFAIR also uses the MQ build into IBM WebSphere as well.
>>
>> You should basically just use JNDI lookup to the JMS ConnectionFactory.
>>
>> There is a very basic documentation about it here:
>> http://camel.apache.org/jms.html
>> just search for JNDI
>>
>>
>> And you can also try searching the Camel user forum at nabble for
>> WebSphere
>> http://www.nabble.com/Camel---Users-f36428.html
>>
>>
>>
>>> Thanks
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Camel-and-IBM-MQ-Series-tp24524277p24524277.html
>>> Sent from the Camel - Users 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
>>
>>
>
> Thanks for the info Claus, I'll look into both of those links.
It was in fact WebSphere 6.1 they are using as it runs on Java 1.5.

To connect to the remote MQ brokers you need the IBM WebSphere MQ
Client for Java.
As you need MQ specific .jars for the client on the classpath to be
able to communicate with WebSphere MQ.

And you might wanna check up the IBM WebSphereMQ documentation.
They have written a little how to use Spring JMS with MQ
http://www.ibm.com/developerworks/web/library/wa-spring4/

Try googling a bit more. This was just one of the first hit I found.

Camel uses Spring JMS under the covers, so when you got it working
with Spring JMS you got it working with Camel.
The key is the connection factory.




> --
> View this message in context: 
> http://www.nabble.com/Camel-and-IBM-MQ-Series-tp24524277p24534653.html
> Sent from the Camel - Users 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

Reply via email to