Applications use queues not channels (even J2EE under the covers). If you really have a channel <-> queue correlation that's a bit inefficient. Queues cannot be stopped in the same way channels ...
I'm currently investigating the best way to do automated testing in an MQ environment. We're standing up over 30 different enterprise applications which are in various stages in their de ...
I'm developing a simple JMS application to 'stub' a target system and provide simulated responses as requests are received. There is an added constraint that the target system I intend t ...