From the pastebin:
> ## Huh? "Embedded Rabbit Stomp Adapter","0.0.0" & "RabbitMQ AMQP
> Client","0.0.0" version 0.0.0?
Plugins show version 0.0.0 if they're self-compiled and you didn't
specify a VERSION when bulding them.
> Server private detail: {{{case_clause,
> {badrpc,
> {'EXIT',
> {undef,
> [{rabbit_direct,connect,
I think you're running self-compiled plugins from hg default against the
2.3.1 server release - certainly there were some API changes in this
area. This won't work - plugins tend to be bound tightly to a given
server release.
So either download binary plugins from
http://www.rabbitmq.com/releases/plugins/v2.3.1/ or update all your
plugin repos to tag rabbitmq_v2_3_1, make clean everywhere, and rebuild.
Cheers, Simon
--
Simon MacMullen
Staff Engineer, RabbitMQ
SpringSource, a division of VMware
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq...@lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Hi Brian. The error you're seeing isn't to do with the version string
being set to 0.0.0, but is to do with running different versions of the
server and plugins.