Spring 5 Web Reactive - Hot Publishing - How to use EmitterProcessor to bridge a MessageListener to an event stream

前端 未结 1 1074
轮回少年
轮回少年 2021-02-20 13:45

A sample project is located here: https://github.com/codependent/spring5-playground

I would like to bridge a message received from a JMS queue into a Reactive Controller

1条回答
  •  天命终不由人
    2021-02-20 14:44

    It was resolved in Spring 5 M3:

    • https://jira.spring.io/browse/SPR-14803
    • https://jira.spring.io/browse/SPR-14772

    0 讨论(0)
提交回复
热议问题