Another option is to use a mirrored queue to monitor the messages: http://activemq.apache.org/mirrored-queues.html
On Tue, Oct 6, 2015 at 12:34 AM, Tim Bain <[email protected]> wrote: > Do you have control over the consumer? Can you force it to disconnect > (e.g. by stopping the client process or by attaching a debugger and pausing > all threads) while you examine the message? > > On Mon, Oct 5, 2015 at 2:02 PM, thenk24 <[email protected]> wrote: > > > Is there any way to put inhibit a queue so that a consumer will not take > > the > > message out? I'm trying to see what the message looks like when I put it > > in > > there, but it just gets consumed right away. > > > > > > > > -- > > View this message in context: > > http://activemq.2283324.n4.nabble.com/Put-Inhibit-Queue-tp4702627.html > > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > >
