sullis commented on issue #1: projects using ActiveMQ:  jms-testkit
URL: https://github.com/apache/activemq-website/pull/1#issuecomment-452179396
 
 
   [jms-testkit] provides a concise Scala API. The API was designed 
specifically for writing unit tests.
   
   => setting up an in-memory broker is 1 line: **val broker = JmsBroker()**
   => setting up an in-memory queue is 1 line: **val queue = JmsQueue()**
   => publishing a message is 1 line: **queue.publishMessage("hello")**
   => inspecting the contents of the queue is 1 line: **queue.toSeq**
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to