-1

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?

Ram Ghadiyaram
  • 28,239
  • 13
  • 95
  • 121

1 Answers1

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