I am trying to setup routes between different instances of java brokers. 1. Could I use qpid-route? I am getting a null pointer exception ERROR [MINANetworkDriver(Acceptor)-6] (MINANetworkDriver.java:315) - Exception thrown and no ProtocolEngine to handle it java.lang.NullPointerException at org.apache.qpid.qmf.schema.BrokerSchema$BrokerClass$ConnectMethodInvocation.execute(BrokerSchema.java:825) at org.apache.qpid.qmf.schema.BrokerSchema$BrokerClass$ConnectMethodInvocation.execute(BrokerSchema.java:786) at org.apache.qpid.qmf.QMFMethodRequestCommand.process(QMFMethodRequestCommand.java:61) at org.apache.qpid.qmf.ManagementExchange$ManagementQueue.enqueue(ManagementExchange.java:109) at org.apache.qpid.server.transport.ServerSession$1.postCommit(ServerSession.java:175) at org.apache.qpid.server.txn.AutoCommitTransaction.enqueue(AutoCommitTransaction.java:207) at org.apache.qpid.server.transport.ServerSession.enqueue(ServerSession.java:164) at org.apache.qpid.server.transport.ServerSessionDelegate.messageTransfer(ServerSessionDelegate.java:331) at org.apache.qpid.server.transport.ServerSessionDelegate.messageTransfer(ServerSessionDelegate.java:96) at org.apache.qpid.transport.MessageTransfer.dispatch(MessageTransfer.java:108) at org.apache.qpid.transport.SessionDelegate.command(SessionDelegate.java:50) at org.apache.qpid.server.transport.ServerSessionDelegate.command(ServerSessionDelegate.java:112) at org.apache.qpid.server.transport.ServerSessionDelegate.command(ServerSessionDelegate.java:96) at org.apache.qpid.transport.Method.delegate(Method.java:159) at org.apache.qpid.transport.Session.received(Session.java:497) at org.apache.qpid.transport.Connection.dispatch(Connection.java:403)
I am not able to send clientid , if that is the issue? Need help.
