| amqp10 | amqp://test1:[redacted]@zzzzzzzzzzzz.servicebus.windows.net:5671 | testqueue2 | 5 | amqp091 | amqp:// | azureexchange | ○ | 1s | on-confirm | never |
{normal,{gen_fsm,sync_send_all_state_event,[<0.26205.0>,begin_session]}}--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
{{badmatch,{error,{no_default_port,amqps,"amqps://test1:y...@zzz.servicebus.windows.net/&sasl=true:5672"}}} (shovel.erl line 105)
In the log files, error suggests:- "no match of right hand value" - have I added the sasl part correctly? '&' or '?' gives the same response.
{shutdown,
{gen_fsm,sync_send_event,
[<0.608.0>,
{attach,
#{name => <<"test15_eb7ce1240d49f69d_-receiver">>,
rcv_settle_mode => first,
role =>
{receiver,
#{address => <<"testqueue3">>,
durable => unsettled_state},
<0.464.0>},
snd_settle_mode => unsettled}}]}}Hi,Thanks for the reply - it gave me a bunch of things to investigate, but no luck yet.I'm now working on a queue without partitions or sessions to try and rule that out. And realised I should have been using amqps:// rather than amqp://After some TLS warnings within the log files, I've now created a rabbitmq.conf file containingssl_options.verify = verify_nonessl_options.fail_if_no_peer_cert = falseto try and bypass any certificate issues.Adding the &sasl=true gives an error of
{{badmatch,{error,{no_default_port,amqps,"amqps://test1:yyy@zzz.servicebus.windows.net/&sasl=true:5672"}}}
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
Shovels must be configured to use TLS just like any other clients.This is done using a standard set of TLS options that should be no differentfor AMQP 1.0 Shovels (and the AMQP 1.0 Erlang client they use):Curiously I cannot find any traces of TLS support with a quick search in the AMQP 1.0 Shovel module.I may be that TLS was overlooked.
Thanks. The URIs I've used previously definitely don't include client certs or key file paths. I've never seen anything around using amqp to connect to an Azure Service Bus that includes these details, so I don't know what I'd put in here.But more generally, if the current Shovel implementation doesn't support TLS, does that also mean that I can't use one to connect to an Azure Service Bus - even if I can find out the client cert details?
On Wednesday, 23 May 2018 11:36:36 UTC+1, Michael Klishin wrote:
The underlying client does support TLS options, though:So please check whether your URIs provide client certificate and key file paths. If they don't then the Shovel cannot know that you intendto use TLS.
On Wed, May 23, 2018 at 11:34 AM, Michael Klishin <mkli...@pivotal.io> wrote:
Shovels must be configured to use TLS just like any other clients.This is done using a standard set of TLS options that should be no differentfor AMQP 1.0 Shovels (and the AMQP 1.0 Erlang client they use):Curiously I cannot find any traces of TLS support with a quick search in the AMQP 1.0 Shovel module.I may be that TLS was overlooked.
To post to this group, send email to rabbitmq-users@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
We plan on adding Azure-specific tests to CI but currently there are more pressing issues. Some known non-standard assumptions of Azurefrom AMQP 1.0 clients should be documented. The client part was tested against at least 3 implementations, including Azure.
On Fri, Jun 8, 2018 at 10:20 PM, cocowalla <colin.an...@gmail.com> wrote:
I'm someone else who has spent a lot of time trying... and failed! My aim was to get a bidirection shovel working, from an on-prem RabbitMQ instance to both Azure Service Bus and Event Hub, and vice versa. I must have tried every possible permutation of both source and destination URIs, but never got it to connect.If anyone else ever does get this working, I'd love to know how!.
On Friday, 8 June 2018 18:09:24 UTC+1, Roy Salisbury wrote:Has anyone got this working yet? I have searched everywhere, and I can't find any reference to a success.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--MKStaff Software Engineer, Pivotal/RabbitMQ
--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/GRMKkXEq80o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
We plan on adding Azure-specific tests to CI but currently there are more pressing issues. Some known non-standard assumptions of Azurefrom AMQP 1.0 clients should be documented. The client part was tested against at least 3 implementations, including Azure.
On Fri, Jun 8, 2018 at 10:20 PM, cocowalla <colin.an...@gmail.com> wrote:
I'm someone else who has spent a lot of time trying... and failed! My aim was to get a bidirection shovel working, from an on-prem RabbitMQ instance to both Azure Service Bus and Event Hub, and vice versa. I must have tried every possible permutation of both source and destination URIs, but never got it to connect.If anyone else ever does get this working, I'd love to know how!.
On Friday, 8 June 2018 18:09:24 UTC+1, Roy Salisbury wrote:Has anyone got this working yet? I have searched everywhere, and I can't find any reference to a success.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
This is exactly what I have done. Its running locally on the raspberry pi that RabbitMQ is on, and works pretty good. But I agree, one built in would be far more robust.
On Fri, Jun 8, 2018 at 2:07 PM, 'CT' via rabbitmq-users <rabbitmq-users@googlegroups.com> wrote:I wasn't able to get this working either, but a big thanks to Michael anyway for his input and the various suggestions. I was unable to find the necessary logs in Azure (not even sure if they exist) to be able to investigate the connection at that end, so ran out of things to test.I've worked around it temporarily by hacking together my own .net-based shovel using the official Azure Service Bus and RabbitMQ components respectively. But I think a shovel built by Pivotal and integrated into RabbitMQ is going to be far more robust so I'm also hopeful that someone else with more knowledge and experience of both ends can get this going!
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
Michael, did anything transpire from your tests? Could you please share against which AMQP 1.0 implementations Rabbit's shovel plug-in was certified. Is IBM MQ one of them?
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.