Fail To Test AMQP 1.0 Broker Configuration
search cancel

Fail To Test AMQP 1.0 Broker Configuration

book

Article ID: 202644

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

After configuring a AMQP 1.0 Broker and hitting the 'Test Settings' button the following error is received:

The Gateway was unable to find this JMS Destination

Environment

Gateway 9.4 CR3+

Gateway 10.x

Cause

As a result of fix DE418116 included in 9.4 CR3 there has been some further requirements needed when configuring the AMQP 1.0 Broker which are not currently outlined in the documentation.

Resolution

The 'JNDI URL' setting must contain any kind of non space character to enable the 'Test Settings' and 'Save' buttons to be enabled.

The following additional property also needs to be added on the JNDI tab:

 

com.l7tech.server.jms.skipJndiProviderUrl=true

 

This property instructs the gateway to use the value from the connectionfactory.<MyFactoryname> additional property instead of the one specified in JNDI URL text field.

 

After adding the 'com.l7tech.server.jms.skipJndiProviderUrl=true' additional property you are then able to successfully test the configuration.