Re: QueueBrowser does not return large messages

2012-11-09 Thread Pawel Lacinski
e.org/message-cursors.html Here you can find destinatons policies parameters and their default values: http://activemq.apache.org/per-destination-policies.html -- View this message in context: http://activemq.2283324.n4.nabble.com/QueueBrowser-does-not-return-large-messages-tp4656447p4659112.html

Re: QueueBrowser does not return large messages

2012-09-27 Thread Andreas Maza
I got this solved now. It was a problem with the per-destination policy. Adding to the config made it work. Best regards, Andr On Fri, Sep 21, 2012 at 3:37 PM, Andreas Maza wrote: > Thanks for your response. I am wondering that nobody ran in such an issue > so far. No, there is no truncatio

Re: QueueBrowser does not return large messages

2012-09-21 Thread Andreas Maza
Thanks for your response. I am wondering that nobody ran in such an issue so far. No, there is no truncation - neither in the web console nor in my own implementation. So your suggestions is to browse/view the messages via JMX using an appropriate destination policy? is this already possible now o

Re: QueueBrowser does not return large messages

2012-09-18 Thread Gary Tully
I would expect some sort of truncation on the body of a large message for the UI. So show only a few 100 bytes. sort of thing. Like we do when we log a message. If you use jconsole, do you see the full 20MB? To implement browsing limited to headers, that would require some code changes to suppor

QueueBrowser does not return large messages

2012-09-13 Thread Andreas Maza
Hi folks, I am facing a problem when accessing my messages (in the DLQ) with the queue browser: it works for "regularly-sized" messages, but it does not return anything for large messages. I have 4 messages in my queue, where three of them are about 20MB each. I use the ActiveMQ queue browser imp