The complexity of the JMSComponent comes from the many options it has and of course the request / reply behaviour.
I would start with a purely async component.

The camel-xmpp component might be a good starting point. Just change it to use your special jms.

Christian

Am 23.11.2011 17:21, schrieb saiya-jin:
Hello,
I have been given a task to integrate Camel to rather unstandard JMS
implementation that is coming with one of core banking packages. It
basically serves as a bridge that transforms JMS messages to SQL so queues
are in fact tables underneath. I tried simple approach with setting up their
internal ConnectionFactory, adding it via JMSComponent to context, and
sending simple message via ProducerTemplate. It fails because several
aspects of JMS standard are not implemented in this bridge (ie temporary
queues, headers on messages etc). I don't have source code of this connector
so it is rather hard to debug it correctly, exceptions are internal saying
"not implemented".
I have an old standalone code that is working, but very ugly and Camel seems
like a right step. But I am little bit lost, went through tutorial and
examples, been looking into ActiveMQ connector sources, but for somebody who
is starting with this product it is not easy to not make a step in wrong
direction.
Could You please help me and provide some initial advice , point to similar
implementation, or give any other advice?
Thank You

--
View this message in context: 
http://camel.465427.n5.nabble.com/connecting-to-new-jms-implementation-tp5017200p5017200.html
Sent from the Camel - Users mailing list archive at Nabble.com.


--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
Talend Application Integration Division http://www.talend.com

Reply via email to