Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
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