Re: View message body for Topic

2011-02-07 Thread danb2005
Problem solved (or rather found) - the consuming service was switched to run under a different account. Switching it back to the original account dequeued the messages. -- View this message in context: http://activemq.2283324.n4.nabble.com/View-message-body-for-Topic-tp3264090p3264459.html Sent

Re: View message body for Topic

2011-02-07 Thread danb2005
BTW, I now have 13 messages enqueued, with 0 dequeued. -- View this message in context: http://activemq.2283324.n4.nabble.com/View-message-body-for-Topic-tp3264090p3264319.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: View message body for Topic

2011-02-07 Thread danb2005
Thanks Dejan. I have a publisher adding messages to it, but my subscriber (a Windows service) doesn't seem to be able to consume them. This did work a few days ago. There is still one consumer listed on admin/topics.jsp. Is there a way to get any details on this consumer? Unfortunately it's not o

Re: View message body for Topic

2011-02-07 Thread Dejan Bosanac
Hi Dan, you cannot browse topic messages as they are dispatched to all consumers immediately (if there's any) and they don't get stored on the broker. Queue messages on the other hand, get stored waiting for the consumer to pick that up, so you can browse them. Regards -- Dejan Bosanac -