Rabbitmq Integration to another MQ #8750
Unanswered
saitejarsv
asked this question in
Other
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We Need to exchange between 2 systems. The first is a legacy system in a different organization which is only able to exchange with IBM MQ.
And the target system is a new one, and we don't want to use IBM MQ. They are working at the integration level with RabbitMQ.
We have installed rabbit mq with 3.12.0 and enabled the AMQP1.0 plugin. And our IBM MQ runs with 9.1.0 which has AMQP 1.0 channel enabled.
We have enabled the shovel and configured the Source URI and dest URI and we see it status is in running(which I guess connection established successfully). And I can see the connection status in IBM MQ as well.
Now we are not sure how to send a message from RabbitMQ to IBM mq or the vice versa.
Can you please help us here on how to proceed further to move the messages from here to there.
Beta Was this translation helpful? Give feedback.
All reactions