You should use a jms receiver and set the target destination to a jms
sender.
These components are in org.apache.servicemix.components.jms.
You have to configure the ConnectionFactory for both components, of course.
Here is a sample configuration file you can look at
http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-components/src/test/resources/org/apache/servicemix/components/jms/example.xml
Cheers,
Guillaume Nodet
Fabian Crabus wrote:
Hi,
I'm trying to integrate ServiceMix with a JMS provider other than
ActiveMQ (SonicMQ to be specific).
How do I configure ServiceMix to use that?
The documentation talks about configuring JMS bridges though
the link to the example does not work.
So I'm a bit lost here.
Can anyone help?
Thanks,
Fabian