01-25-2018 04:03 PM
I see, thanks. I think I'd need a QMH instead, since I need to know which event needs to be triggered. I was hoping that wasn't the case because wiring the queue everywhere is a real pain through all of the relevant loops etc.
01-26-2018 01:28 AM
01-26-2018 05:31 AM
@GerdW wrote:
I was hoping that wasn't the case because wiring the queue everywhere is a real pain through all of the relevant loops etc.
Use named queues: no need to wire "through all loops"…
Another option are Action Engines to store the queues and then a libraries to make actual APIs around those AEs. This is what I do.