Rupert-RR

Results 13 comments of Rupert-RR

I have some very rough code by way of example (this was obviously just to prove that it works so is in no way production ready). It is in Kotlin,...

@gemmellr if you have any links to documentation about other supported authorisation mechanisms for AMQP I would be grateful. I get the impression that they may support other mechanisms for...

@gemmellr ok, thanks for that. The current draft certainly looks fuller (I was going from the link given in Microsoft's own documentation). I will have a look at Qpid JMS...

Thanks for the comments. Setting `PN_TRACE_FRM` gives the following logs for startup: ``` [458328925:0] -> SASL [458328925:0] Open{ containerId='my-queue-name', hostname='my-service-bus.servicebus.windows.net', maxFrameSize=32768, channelMax=65535, idleTimeOut=null, outgoingLocales=null, incomingLocales=null, offeredCapabilities=null, desiredCapabilities=null, properties={product=vertx-amqp-client, version=3.9.5}} [458328925:0]...

Disabling anonymous senders by adding: ```properties mp.messaging.outgoing.my-channel.use-anonymous-sender=false ``` to the configuration gives the following startup: ``` [1340753317:0] -> SASL [1340753317:0] Open{ containerId='my-queue-name', hostname='my-service-bus.servicebus.windows.net', maxFrameSize=32768, channelMax=65535, idleTimeOut=null, outgoingLocales=null, incomingLocales=null, offeredCapabilities=null, desiredCapabilities=null,...

If I am interpreting ``` [1201387136:0]

There must be something else at play then, because if I do not force `PLAIN` then I cannot send messages (I get an unauthorised error, as if the anonymous connection...

And my bad for the different addresses — it was bound to happen — I was attempting to clean all names from the actual names I used in my code,...

Does anyone know if the logic behind this decision has been explained anywhere? I can understand (although not agree with) the idea that iOS backups were inherently unsafe without end-to-end...