🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
Getting Caused by: com.solacesystems.jcsmp.InvalidOperationException: Cannot send assured message: A
Is this issue with solace VPN or some properties needs to be set in spring config in application.yaml file?
Comments
-
Caused by: com.solacesystems.jcsmp.InvalidOperationException: Cannot send assured message: Assured message delivery is not enabled on this channel.
this is error
0 -
Hi @ajinkyasagar,
This is an issue with broker configuration in all liklihood.
- Check your broker is enabled for guaranteed messaging. For instance, is the message spool shutdown?
- Check the client profile for the client username you are connecting with has guaranteed messaging enabled.
0 -
Issue got fixed it was broker permission issue for perticular user
0 -
Client had both consumer and publisher role...same client was getting used to consume and publish message so there was issue with sequence of AD groups...when admin changed publisher as first group and consumer as second group ..then it worked..thanks for your input
0