Solace messaging mock connection object - how

948 Views Asked by At

I am using scala unit test(maven) with solace messaging. Use cases are publish message and consume message. Question : Is there any standalone way(runs with maven life cycle from different environments like DEV, QA etc.. ) to mock solace connection object to test my publish and consume messages from the solace JMS queue?

1

There are 1 best solutions below

2
On

Java Message Service(JMS) is an open standard. Therefore, you can make use of any JMS mocking tools to perform this mock-up.