Hello,
Can someone explain to me the difference between pausing and stopping a channel?
I have a "main" LLP listener which is using router.routeMessage to send messages to other Channel Reader "children" channels. When I pause one of these children using "channel pause" in Mirth Shell and send a few messages, code within the channel transformers doesn't execute as expected. Then I "resume" and the code does execute, also as expected.
The thing is, when I stop the channel using "channel stop" and then restart it with "channel start" apparently the same thing happens.
Could someone tell me the difference between "pause" and "stop"
Thanks!
Can someone explain to me the difference between pausing and stopping a channel?
I have a "main" LLP listener which is using router.routeMessage to send messages to other Channel Reader "children" channels. When I pause one of these children using "channel pause" in Mirth Shell and send a few messages, code within the channel transformers doesn't execute as expected. Then I "resume" and the code does execute, also as expected.
The thing is, when I stop the channel using "channel stop" and then restart it with "channel start" apparently the same thing happens.
Could someone tell me the difference between "pause" and "stop"
Thanks!

Comment