I am trying to analyze a sub ID and identify the consumer process associated
with it ...

For example,

ID_<host_name>-57617-1210810061660-1_0

>From IdGenerator.java,  57617 seems to come from   
new ServerSocket(0).getLocalPort() 

However, I can't find this port doing 'netstat -anp | grep 57617'. Does this
have anything to do with consumer having no listener port ?

Is there a way to trace from sub ID back to the consumer process ? (os:
linux)

Thanks,
- Sridhar
-- 
View this message in context: 
http://www.nabble.com/Dissecting-subcription-ID-...-tp17266246s2354p17266246.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to