I have been trying to testJBoss Queue implementation. Can someone let me know if there is some way to test the queue implementation with JUnit. Or if there is some other mechanism to test the queue, then please let me know.
I need to test the performance of the application with the queues. But it would be suffice if I just try sending 400 requests to send messages to the queue and receive the reply.