Example of standalone Apache Qpid (amqp) Junit Test

Posted by Wiretap on Stack Overflow See other posts from Stack Overflow or by Wiretap
Published on 2010-02-01T10:42:39Z Indexed on 2010/05/21 0:30 UTC
Read the original article Hit count: 282

Filed under:
|
|

Does anyone have an example of using Apache Qpid within a standalone junit test.

Ideally I want to be able to create a queue on the fly which I can put/get msgs within my test. So I'm not testing QPid within my test, I'll use integration tests for that, however be very useful to test methods handling msgs with having to mock out a load of services.

© Stack Overflow or respective owner

Related posts about java

Related posts about junit