Re: [xmlblaster] admin command to retrieve p2p messages/topics

2008-05-21 Thread Michael Justin

Marcel Ruff wrote:

Basically, what you can see in jconsole should be
available using messages as well.
Many thanks for this hint. The JConsole was very helpful, and I have 
found that the JavaDoc documentation of  interfaces in the 
org.xmlBlaster.engine.admin package lists all available methods, 
including those for topics - the admin.commands HTML reference seems to 
be a little outdated, for example 
"/node/heron/topic/Hello/?key.contentMime" does not work for me (versin 
1.6.2), but "/node/heron/topic/Hello/?getContentMime" works fine.


The org.xmlBlaster.engine.admin package documentation is also very 
useful and will be the main source of inspiration for me now.


The JMX interface uses the same interface method and property names as 
the package documentation, but shows some interesting extra nodes like 
'map', 'service' and 'queue'. For example, I am not sure how I can get 
information about the service nodes...


(If everything works fine, I will release a new version of my free MoM 
administration client with enhanced xmlBlaster support in a couple of days.)



Best Regards

--
Michael Justin
SCJP, SCJA
betasoft - Software for Delphi™ and for the Java™ platform
http://www.mikejustin.com - http://www.betabeans.de







Re: [xmlblaster] admin command to retrieve p2p messages/topics

2008-05-21 Thread Marcel Ruff

Michael Justin wrote:

Dear all

Currently I am implementing a (free) admin client GUI for message 
brokers, including xmlBlaster.


I have successfully used the admin commands to retrieve all kinds of 
information about the server, the sessions and the topic list.


However I could not find out how I can retrieve additional topic 
information. The same approach which works with all other nested 
objects (like sessions, clients) gives an error message for topics. I 
have used the XML based metadata description on the xmlBlaster home page.


The topic XML which I can retrieve starts with a TopicHandler element, 
is this the new element name for the topic metadata parts?


Actually I would like to list all topics for P2P messages, if I can 
access the topic metadata I would try filter out these topics using 
the admin command.


Many thanks in advance

Hi Michael,

sorry the late response.

Basically, what you can see in jconsole should be
available using messages as well.

You can also try to query xmlBlaster via JMX (same as jconsole does).

Note that for PtP we use normal topics (from Pub/Sub mode)
as a 'vehicle'.

What are the exact query informations you need?

regards
Marcel

--
Marcel Ruff
http://www.xmlBlaster.org
http://watchee.net
Phone: +49 7551 309371



[xmlblaster] admin command to retrieve p2p messages/topics

2008-05-17 Thread Michael Justin

Dear all

Currently I am implementing a (free) admin client GUI for message 
brokers, including xmlBlaster.


I have successfully used the admin commands to retrieve all kinds of 
information about the server, the sessions and the topic list.


However I could not find out how I can retrieve additional topic 
information. The same approach which works with all other nested objects 
(like sessions, clients) gives an error message for topics. I have used 
the XML based metadata description on the xmlBlaster home page.


The topic XML which I can retrieve starts with a TopicHandler element, 
is this the new element name for the topic metadata parts?


Actually I would like to list all topics for P2P messages, if I can 
access the topic metadata I would try filter out these topics using the 
admin command.


Many thanks in advance
--
Michael Justin
betasoft - Software for Delphi™ and for the Java™ platform
http://www.mikejustin.com - http://www.betabeans.de