Which version of the AMQP protocol are you using to publish your messages? AMQChannel is only used for the 0-8, 0-9, and 0-9-1 protocols. If you are using AMQP 0-10 or AMQP 1.0 your breakpoint will never be hit.
Cheers, Rob On 9 March 2016 at 12:18, Indika Sampath <[email protected]> wrote: > 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! >
