views:

229

answers:

1

Hi guys,

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?

A: 

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

Jose Chavez