Re: Test framework for testing AMQP

2017-02-15 Thread Robbie Gemmell
For the Qpid JMS client we have a basic test peer that uses the 'Data' utility from proton-j to encode/decode representations of the various AMQP frames, validates things received match certain expectations we might have and responds with what we want it to. Its basic and not the nicest thing to us

Test framework for testing AMQP

2017-02-14 Thread Oleksandr Rudyy
Hi all, The Qpid Java Broker team came to the realization that we have a gap in our system tests for Qpid Java Broker. At the moment our system tests are based on API provided by JMS client implementations. The JMS API does not allow us to test all aspects of AMQP implementation on broker side. Th