Mock or simulate Message Queue (JMS)

前端 未结 4 1588
失恋的感觉
失恋的感觉 2021-02-04 00:11

There is a message(text), which format and content i definitely know.
For now,class in Java,that parses and reads this message from file,is implemented.

In real wor

4条回答
  •  后悔当初
    2021-02-04 00:50

    If you use Spring Integration, you can do this pretty easily. It has a very basic, abstract "Channel" implementation. You can create and test your producers and consumers, and when you're ready to move a step further, you just specify a JMS adapter on top of your Channel.

提交回复
热议问题