java - Tib RV - listing all the processes that are publishing to a given topic -


we have rv messaging systems publishing , receiving messages.recently underlying jars upgraded - these serialization jars used publishers , subscribers. , seems some of publishers still referencing old versions of serialization jars , therefore receivers fail when trying deserialize received messages.

obviously restarting these publisher services should fix problem. , how identify all publishers using particular topic send messages ? there must rv admin way of listing processes publishing given topic ?

i gave similar answer on question:

there great tool called rai insight

basically can sit on box , silently listen multicast data , represent statistics in real time. used monitor traffic flow spikes few seconds delay.

it can give traffic statistics braked down multicast group, service number or sending machine. traffic flow peak/average, retransmission rate peak/average. can think of.

it give per-service per-topic information.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -