You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is anyone using JMS in newer versions of Grails? I have successfully used the plugin in Grails 2 and Grails 4 projects but am struggling to get it working in Grails 6.2.1. Whether I use the default VM implementation or an external ActiveMQ broker, messages are posted to the queue but not received by the respective service methods. I have verified messages are being posted.
If the issue is likely on my end, would anyone be willing to take a look at my setup? I’ve created a playground project containing only the relevant components. Calls to /submission/send?text=hello send a message to the jmsplayground.receiving.test queue. I’d appreciate any help or insights.
Is anyone using JMS in newer versions of Grails? I have successfully used the plugin in Grails 2 and Grails 4 projects but am struggling to get it working in Grails 6.2.1. Whether I use the default VM implementation or an external ActiveMQ broker, messages are posted to the queue but not received by the respective service methods. I have verified messages are being posted.
If the issue is likely on my end, would anyone be willing to take a look at my setup? I’ve created a playground project containing only the relevant components. Calls to /submission/send?text=hello send a message to the jmsplayground.receiving.test queue. I’d appreciate any help or insights.
https://github.com/maxwellvogel/jmsplayground
The text was updated successfully, but these errors were encountered: