Re: How to find JMSXUserID in web console

2010-08-26 Thread Markus Schaber
Hi, Martin C. wrote: > > On Tue, Aug 24, 2010 at 8:35 AM, Markus Schaber wrote: > >> But I cannot find a way to show those properties in the web console. Is >> this >> a configuration issue? > > As far as I remember looking into the code in one of the 3.1.x

How to find JMSXUserID in web console

2010-08-23 Thread Markus Schaber
Hi, How can I find out the originator of a queued message via the web console? The messages (delivered via Stomp) have an JMSXUserID property which contains the authenticated sender name of the incoming connection which dropped the Message into the queues. But I cannot find a way to show those p

Re: Finding out when client is offlin

2010-05-21 Thread Markus Schaber
Hi, Gary, Gary Tully wrote: > > If you register for consumer advisories, on your initial subscription, you > will get the current state replayed to you. > > The current state is also exposed via jmx. so you can code against the > mbeans to find existing consumers. Then use advisories or poll j

Re: Finding out when client is offlin

2010-05-21 Thread Markus Schaber
Hi, Gary Tully wrote: > > lots of the information in the advisories is stored in properties and > these > properties are not automatically mapped into the stomp message so most of > the information in the advisory is lost when it is consumed via stomp. > It may be an easy enough fix if you are

Re: Finding out when client is offlin

2010-05-21 Thread Markus Schaber
Hi, Dejan, Dejan Bosanac wrote: > > the most natural way would be to use advisory messages ( > http://activemq.apache.org/advisory-message.html), but this is not yet > supported from Stomp (https://issues.apache.org/activemq/browse/AMQ-2098), > so you'd need to use Java to process this kind of

Finding out when client is offlin

2010-05-18 Thread Markus Schaber
** Soloplan GmbH Software für Logistik und Planung Markus Schaber (Dipl.-Informatiker) Entwicklung, Projektleitung Burgstraße 20 | 87435 Kempten | Deutschland Telefon: +49 831 57407-0 | Telefax: +49 831 57407-111 E-Mail: m...@soloplan.de | Internet: www.soloplan.de Geschäftsführer: Wolfgang Heidl, HRB 5304 Kempten

NMS Evaluation

2009-12-01 Thread Markus Schaber
Hello, I'm currently evaluating NMS / ActiveMQ, and some questions arised. - Does NMS support all features of ActiveMQ? - Does NMS support local outgoing queues (so my application does not block when the broker is not available)? For Java ActiveMQ, I think this could be emulated using a local b