Problem statement: Want to create a forward bridge from AMQ to MSMQ. Post the
messages to AMQ and let clients read the messages from MSMQ.

Platform: Solaris 10 / JDK "1.5.0_15"

What i tried so far: 
1. Installed the Fuse message router(as per documentation) and copied the
apache-camel-1.6.1.2-fuse.jar to AMQ's lib directory
2. in activemq.xml, under camelContext added the below lines:

-------------------
        <route>
            <from uri="activemq:queue:TESTQ"/>
            <to
uri="msmq::remoteServer:1801\\private$\\ActiveMQTest?deliveryPersistent=true"/>
        </route>
------------------
3. when AMQ broker is re-started, seeing the following error messages in the
AMQ log & broker EXITS:

------------------
INFO  CamelNamespaceHandler          - camel-osgi.jar not detected in
classpath
INFO  DefaultCamelContext            - Apache Camel  (CamelContext:camel) is
starting
Failed to execute main task. Reason: java.lang.UnsatisfiedLinkError: no
msmq_native_support in java.library.path
------------------

First of all, is my approach correct? 
Are steps 1 & 2 in line to solve the problem statement?
How to resolve this issue and make the AMQ-MSMQ bridge work?

-vezee

-- 
View this message in context: 
http://www.nabble.com/AMQ---MSMQ-bridge-...-possible--tp25353204p25353204.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to