Is it a good practice to use JMS Temporary Queue for synchronous use?

后端 未结 7 878
有刺的猬
有刺的猬 2021-01-30 18:20

If we use JMS request/reply mechanism using \"Temporary Queue\", will that code be scalable?

As of now, we don\'t know if we will supporting 100 requests per second, or

7条回答
  •  南方客
    南方客 (楼主)
    2021-01-30 18:30

    Regarding the update in your post - selectors are very efficient if performed on the message headers, like you are doing with the Correlation ID. Spring Integration also internally does this for implementing a JMS Outbound gateway.

提交回复
热议问题