AMQP forwarders do not support AMQP 1.0.0

Description

With the Camel upgrade from https://issues.opennms.org/browse/HZN-1094, we should now support AMQP 1.0, but the AMQP forwarder fails with the following when trying to connect to an AMQP 1.0 compliant broker (ActiveMQ 5.15.2):

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Seth Leger January 29, 2018 at 7:24 PM

PR merged, marking as fixed.

commit 1085b1dd58ec5c773adddaf196a7f1beb8dc9057

Jesse White January 29, 2018 at 6:31 AM

Jesse White January 26, 2018 at 7:11 PM

It turns out that we are overriding the version of the qpid client library and the connection factory being used. This was done since there were issues with the ones provided by Camel, so we pinned them at higher versions.

This is no longer necessary now that we've upgraded Camel, and we can use the client and connection factory provided by the default component.

Fixed

Details

PagerDuty

Created January 26, 2018 at 7:09 PM
Updated January 29, 2018 at 7:24 PM
Resolved January 29, 2018 at 7:24 PM
Loading...