Hi,
I have little simillar problem with qpid 0.8
I'm using C# client
connections = new Client();
connections.ExceptionRaised += ConnectionsExceptionRaised;
connections.ConnectionLost += ConnectionsConnectionLost;
connections.Connect(host, port, "", "guest", "guest");
but I'm getting an error
{"Server Closed the connection: Reason connection-forced: Unsupported
mechanism"}
Can anybody help me with??
Regards,
Adam
W dniu 2010-12-15 20:30, Pete Carapetyan pisze:
Hi I've never used qpid before so I'm attempting to run the java
examples. My broker says it is running fine, and I can fire up the
examples fine from either from within my IDE or with the example
script, but either way I am getting this when I fire up the Hello
client example.
javax.jms.JMSException: Error creating connection: Connection refused: connect
There is a file hello.properties which has this in it. Should I be
changing this? Or should I be changing any of the files that the
broker starts up with?
connectionfactory.qpidConnectionfactory =
amqp://guest:gu...@clientid/test?brokerlist='tcp://localhost:5672'
Thanks
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:users-subscr...@qpid.apache.org
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:users-subscr...@qpid.apache.org