Getting Caused by: com.solacesystems.jcsmp.InvalidOperationException: Cannot send assured message: A

Options

Is this issue with solace VPN or some properties needs to be set in spring config in application.yaml file?

Comments

  • ajinkyasagar
    ajinkyasagar Member Posts: 24
    Options

    Caused by: com.solacesystems.jcsmp.InvalidOperationException: Cannot send assured message: Assured message delivery is not enabled on this channel.


    this is error

  • TomF
    TomF Member, Employee Posts: 406 Solace Employee
    Options

    Hi @ajinkyasagar,

    This is an issue with broker configuration in all liklihood.

    1. Check your broker is enabled for guaranteed messaging. For instance, is the message spool shutdown?
    2. Check the client profile for the client username you are connecting with has guaranteed messaging enabled.
  • ajinkyasagar
    ajinkyasagar Member Posts: 24
    Options

    Issue got fixed it was broker permission issue for perticular user

  • TomF
    TomF Member, Employee Posts: 406 Solace Employee
    Options

    Ah good. It sounds like the client profile need to be changed. Glad you got it fixed, thanks for the feedback!

  • ajinkyasagar
    ajinkyasagar Member Posts: 24
    Options

    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