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?
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?
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: