jenkinsci / jms-messaging-plugin

https://plugins.jenkins.io/jms-messaging
12 stars 38 forks source link

Support amqp queues #145

Open carlossg opened 4 years ago

scoheb commented 4 years ago

Thanks. Would you be able to update the integration tests (using ATH) to test the support of amqp?

carlossg commented 4 years ago

I've refactored the activemq one so it uses a generic JMS Connection. The only difference for amqp is at connection factory creation time I've added unit and integration tests. The amqp one is just extending the activemq one, and that way it runs the same scenarios