Hi, I have a problem when trying to connect to a broker in order to manage a session with the managament, well my code is as follows:

String connectionBroker = "amqp://guest:guest@/test?brokerlist='tcp://localhost:5671?ssl='true',sasl_mechs='EXTERNAL''";
sess.addBroker(connectionBroker);


The error is this:

Exception in thread "Thread-3" org.apache.qpid.console.ConsoleException: org.apache.qpid.transport.SessionException: ch=0 id=0 ExecutionException(errorCode=NOT_ALLOWED, commandId=10, classCode=7, commandCode=1, fieldIndex=0, description=not-allowed: Exchange names beginning with "amq." or "qpid." are reserved. (exchange="qpid.management") (qpid/broker/SessionAdapter.cpp:89), errorInfo={})
        at org.apache.qpid.console.Broker.tryToConnect(Broker.java:421)
        at org.apache.qpid.console.Broker.<init>(Broker.java:87)
        at org.apache.qpid.console.Session.addBroker(Session.java:70)

I am using the trunk version for both the broker c++ as for the java client.

 thank you very much.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to