Hi,

I think in the future it will be more straight-forward from the client's
point of view if all the metrics from the server use the same topic
channel, and leave it up to the client to set a proper message selector if
they're only interested in receiving a specific set of messages from JMS.

All we need to do is to agree to set a message property that identifies
the source of the message, such as msg.setProperty("SOURCE", "Cache");
This will allow a coarse grained filtering in the spyder based on the
source component in the server. More fine grained filtering can also be
added depending on what kind of properties you want to add to your
messages (for example, receive a message only when the cache size reaches
a certain limit).

-- Juha


On Thu, 28 Dec 2000, Bordet, Simone wrote:

> Ugh,
>
> add in spyderMQ.xml (under dist/conf/default) the following line in the
> Topic section (around line 12)
>
> <Topic><Name>beancache</Name></Topic>
>
> I'll commit this fix ASAP.



Reply via email to