Thanks for the quick response.
We have configured the broker to allow "ANONYMOUS" access yet but the
problem was that the client didn't set the SASL layer when connneting.
After adding this layer the simple client connects and sends information to
the broker.
The receiver has been modified in the
On 10/02/2018 10:17 AM, jafparejo wrote:
Hi all,
We are configuring an ActiveMQ broker version 5.15.6. After starting the
broker we try to make a simple test connection with amqp transport connector
" "
but we received an error message
"PN_TRANSPORT_CLOSED: amqp:connection:framing-error: AMQP h
Hi all,
We are configuring an ActiveMQ broker version 5.15.6. After starting the
broker we try to make a simple test connection with amqp transport connector
" "
but we received an error message
"PN_TRANSPORT_CLOSED: amqp:connection:framing-error: AMQP header mismatch:
AMQP SASL layer"
This si