Hi @marc.dipasquale@Tamimi >
we have existing solace queue with topic subscription enabled. need to listen and print message flowing to that queue.
tried below code & got error, please help.
persistent_receiver: PersistentMessageReceiver = messaging_service.create_persistent_message_receiver_builder()\
Hi @jawaharyuvr , you don’t need to tag the admins to look at your message. Thanks!
SOLCLIENT_SUBCODE_ENDPOINT_PROPERTY_MISMATCH means that the queue you created has different configuration than the properties you’re specifying. What configuration does it have, or did you change anything from the defaults? E.g. permissions, access-type, etc.
If you know the queue exists, then you don’t need the “with missing resources creation strategy”. This automatically builds a queue (with certain properties) if it’s not there. (and as you can see, fails if the queue already exists but doesn’t look like your specified configuration).