[rabbitmq-discuss] Fwd: Fwd: Fw: Errors using Windows .NET Client Library
BillC
billc at inworksol.com
Sun Mar 30 22:32:46 BST 2008
Here is the log on RabbitMQ:
Thanks for your help. I just cleaned up the old log. Ran the publish program twice to enque two messages. Then I ran the subscriber program to deque twice.
I see a lot of abrupt connection closures but no real explanations as to the reason.
=INFO REPORT==== 30-Mar-2008::16:25:40 ===
disk_log: repairing "c:/Documents and Settings/Development/rabbitmq/db/rabbit-mnesia/rabbit_persister.LOG" ...
=INFO REPORT==== 30-Mar-2008::16:25:40 ===
Repaired persister log - 22 recovered, 0 bad
=INFO REPORT==== 30-Mar-2008::16:25:40 ===
Rolling persister log to "c:/Documents and Settings/Development/rabbitmq/db/rabbit-mnesia/rabbit_persister.LOG.previous"
=INFO REPORT==== 30-Mar-2008::16:25:40 ===
started TCP listener on 0.0.0.0:5672
=INFO REPORT==== 30-Mar-2008::16:25:52 ===
accepted TCP connection on 0.0.0.0:5672 from 10.10.10.25:1670
=INFO REPORT==== 30-Mar-2008::16:25:53 ===
Connection closed abruptly.
=INFO REPORT==== 30-Mar-2008::16:25:53 ===
closing TCP connection from 10.10.10.25:1670
=INFO REPORT==== 30-Mar-2008::16:25:56 ===
accepted TCP connection on 0.0.0.0:5672 from 10.10.10.25:1671
=INFO REPORT==== 30-Mar-2008::16:25:57 ===
Connection closed abruptly.
=INFO REPORT==== 30-Mar-2008::16:25:57 ===
closing TCP connection from 10.10.10.25:1671
=INFO REPORT==== 30-Mar-2008::16:27:28 ===
accepted TCP connection on 0.0.0.0:5672 from 127.0.0.1:1673
=INFO REPORT==== 30-Mar-2008::16:27:30 ===
Connection closed abruptly.
=INFO REPORT==== 30-Mar-2008::16:27:30 ===
closing TCP connection from 127.0.0.1:1673
=INFO REPORT==== 30-Mar-2008::16:28:23 ===
accepted TCP connection on 0.0.0.0:5672 from 127.0.0.1:1675
=INFO REPORT==== 30-Mar-2008::16:28:25 ===
Connection closed abruptly.
=INFO REPORT==== 30-Mar-2008::16:28:25 ===
closing TCP connection from 127.0.0.1:1675
If I make code changes such that I change the protocol to AMQP_0_8 in my app.config file and then set the protocol as Protocols.FromConfiguration("my-protocol");
Then I am able to connect and I don't get the same exception. Is this the expected behavior? and further does the RabbitMQ server only support AMQP 0-8? And if the examples are primarily targeted for RabbitMQ then why have the default to AMQP 0-9 such that you have to explicitly change the protocol to 0-8 when running against RabbitMQ?
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20080330/53b383c0/attachment.htm
-------------- next part --------------
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
-------------- next part --------------
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list