Hi All,

I forked qpid [1] and studying the implementation. I was create Jmeter
scripts to publish and subscribe. Those are working fine. So I started to
identify message publishing flow. I am using Intellij Idea community
edition version 15. Project imported to Intellij Idea correctly. Next I set
debug config which is transport to socket and port to 8000. Then start
broker with ./qpid-server -run:jpda.

I added break point to line inside deliverCurrentMessageIfComplete() method
in AMQChannel. But when I hit the broker by publisher, debug point not
getting executed. Could you please point out correct way of debug code and
identify message publishing flow.

[1] https://github.com/apache/qpid-java

Cheers!

Reply via email to