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
Gateway 9.4 CR3+
Gateway 10.x
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.
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.