I am using ActiveMQ Classis 5.18.3, I am working on upgrading to 6.1.0. Until I am able to perform the update I have created a bridge using Spring/Camel built into ActiveMQ to IBM MQ.
I am able to connect to IBM MQ and send/receive message without any issues. My ActiveMQ to IBM MQ bridge begins and uses the following: <bean id=QMGR1" class="org.apache.camel.component.jms.JKmsComponent"> <property name="configuration"> <bean class="org.apache.camel.component.jms.JmsConfiguration"> <property name="connectionFactory"> <bean calss="com.ibm.mq.jms.MQQueueConnectionFactory"> While the connection works and messages are passed the issue I am experiencing is with throughput. I am only ale pass approximately 63 messages per second. Does anyone have any suggestion on what changes could possibly be made to increase the message throughput between the two products? Jason