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?
Asked
Active
Viewed 839 times
1 Answers
2
Java Message Service(JMS) is an open standard. Therefore, you can make use of any JMS mocking tools to perform this mock-up.

Russell Sim
- 1,693
- 2
- 14
- 22
-
any examples for mocking jms connection object ? – Ram Ghadiyaram Nov 30 '17 at 08:10
-
any suggestions and examples mocking tools to mock jms connection queues you have ? – Ram Ghadiyaram Dec 04 '17 at 10:04