Question

So my Java process communicates with a remote queue. What happens is at the end of every day, the sender channel on the receiving end is in a stopped state. Is there a way to start up that channel in Java, before accessing the remote queue?

Was it helpful?

Solution

I went ahead and found an answer. I have to define a trigger on the transmission queue that will start the sender channel.

Here are some links that helped:

Google Search
Google MQ User Group
IBM MQSeries Tutorial

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top