Publish / Subscribe interface with JMS

0
Unfortunately I can't find a AppStore module for it. Does it exist, or has it been done in Java before? Publishing a message to a Queue or Topic using a Java action in a microflow should be easy, but I still wonder how to keep the connection open in Mendix to also subscribe to a topic and call a microflow directly when a new message arrives. Any help is appreciated,
asked
1 answers
0

Hello Alexander,

While I don’t think there is a JMS module out there, there’s  a Pusher module ( https://appstore.home.mendix.com/link/app/107957/ ) which serves the purpose of Server to Client push communication.

Hope this helps

answered