Hi, Am trying to use different consumer which can consume messages which is being called with reply-to option and the consumer which am trying to use is stompest (https://github.com/nikipore/stompest) which is Python based. Am able to configure this and its receiving the message but unable to decode the message using base64. Am not using any security plugin in my mcollective environment so I hope MCollective does plain base64 encoding only, so with that I tried to decode the message in Python using same base64 but its not working. Sometimes getting "Incorrect Padding" issue and sometimes byte related errors are appearing. So looking proper way to decode the mcollective message using python and get the message payload data.
Regards Ravi -- --- You received this message because you are subscribed to the Google Groups "mcollective-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
