question

PowersStephenRISBCT-0534 avatar image
0 Votes"
PowersStephenRISBCT-0534 asked PowersStephenRISBCT-0534 commented

Is there Perl client code to connect to Azure Service Bus with AMQP ?

I have found some Python client code that uses azure.servicebus and connection strings to connect and send messages to the service bus. Also have used a Perl client that Net::AMQP::RabbitMQ to talk to RabbitMQ but...

is there a Perl client library that uses a connection string to talk directly to the Azure service bus?

thanks!

azure-service-bus
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MikeUrnun avatar image
0 Votes"
MikeUrnun answered PowersStephenRISBCT-0534 commented

Hello @PowersStephenRISBCT-0534 - As AutoRest doesn't list PERL, I'm pretty sure that there isn't an officially supported client SDK for PERL but a quick search yields the following: https://example-code.com/perl/azure_shared_access_signature.asp

I'm not familiar with the Chilkat library referenced above but if it does support Azure, I'd definitely take a look & review to make sure it has support for the Service Bus features required.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi Mike,
thanks for the response. Yes, I did see the Chilkat library but have not been able to access that code yet due to the licensing requirement and overhead with OPS at my company. Looks like this may be my only option so I will go that route this week.

Regards,
Steve

0 Votes 0 ·