Re: Camel and IBM MQ Series

2014-09-16 Thread dharshan
Thanks lot its help me lot -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-IBM-MQ-Series-tp476223p5756568.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel and IBM MQ Series

2009-07-20 Thread aliasrob
;ibmmq", ibmmq); >> >>        camel.addRoutes( new RouteBuilder() { >>                     public void configure() { >>                       >>  from("ibmmq:TEST.QUEUE").to("file://C:/cameltest"); >>                     } >>      

Re: Camel and IBM MQ Series

2009-07-17 Thread Claus Ibsen
actionManager(jtm); > >        CamelContext camel = new DefaultCamelContext(); >        camel.addComponent("ibmmq", ibmmq); > >        camel.addRoutes( new RouteBuilder() { >                     public void configure() { >                        from("ibmmq:TEST.QUEUE").to("

Re: Camel and IBM MQ Series

2009-07-17 Thread Jason Queen
from("ibmmq:TEST.QUEUE").to("file://C:/cameltest"); } }); camel.start(); -- View this message in context: http://www.nabble.com/Camel-and-IBM-MQ-Series-tp24524277p24540278.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel and IBM MQ Series

2009-07-17 Thread Claus Ibsen
; >> 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

Re: Camel and IBM MQ Series

2009-07-17 Thread aliasrob
nnectionFactory. > > 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 > &g

Re: Camel and IBM MQ Series

2009-07-16 Thread Claus Ibsen
earch 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 Ca

Camel and IBM MQ Series

2009-07-16 Thread aliasrob
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 Thanks -- View this message in context: http://www.nabble.com/Camel-and-IBM-MQ-Series-tp24524277p24524277.html Sent