RabbitMQ.Client.Exceptions.OperationInterruptedException when I try to run the masstransit sample application Sample-Courier -
here detail information: running visual studio 2015 - clone code github: https://github.com/masstransit/sample-courier.git
and setup rabbitmq in 1 of hyper-v virtual machine (ipaddress: 192.168.1.36) - , able access management console through http://192.168.1.36:15672/
but when ran sample application (client project) application throw exception:
an unhandled exception of type 'rabbitmq.client.exceptions.operationinterruptedexception' occurred in mscorlib.dll
additional information: amqp operation interrupted: amqp close-reason, initiated peer, code=540, text="not_implemented - global=true", classid=60, methodid=10, cause=
i spent couple of hours google, not able find reason.
i'd me on this.
thanks,
based on chris comments, checked version installed on ubuntu vm, 3.2.3, , found root cause.
so apt pretty old rabbitmq - newest version should 3.6.0, since not familiar how install deb, used apt-get install that.
after uninstalled old version (3.2.3), , download deb file 3.6.0, installed again - worked expected.
jacob
Comments
Post a Comment