[rabbitmq-discuss] pgsql-listen-exchange setup issues
ppafford
phillpafford at gmail.com
Tue Aug 12 20:46:53 BST 2014
Using the 0.2.0 version of https://github.com/aweber/pgsql-listen-exchange
Running: RabbitMQ 3.3.5, Erlang R14B04
I've tried each way to configure the plugin with no luck, what am I doing
wrong?
1 - rabbitmq config :: /etc/rabbitmq/rabbitmq.config
[
{pgsql_listen_exchange,
[
{host: "**********"},
{port: 5432},
{dbname: "postgres"},
{user: "**********"},
{password: "**********"}
]
}
].
error log :: /var/log/rabbitmq/startup_err
Crash dump was written to: erl_crash.dump
could not start kernel pid (application_controller) (error in config file
"/etc/rabbitmq/rabbitmq.config" (1): bad term)
2 - rabbitmq exchange :: no connection shown but the exchange looks to be
configured
<http://rabbitmq.1065348.n5.nabble.com/file/n36974/exchange.png>
3 - rabbitmq policy ::
<http://rabbitmq.1065348.n5.nabble.com/file/n36974/policy.png>
<http://rabbitmq.1065348.n5.nabble.com/file/n36974/policy.png>
Validation failed [{<<"pgsql-listen-host">>,<<"**********">>},
{<<"pgsql-listen-port">>,5432}, {<<"pgsql-listen-dbname">>,<<"postgres">>},
{<<"pgsql-listen-user">>,<<"**********">>},
{<<"pgsql-listen-password">>,<<"**********">>}] are not recognised policy
settings
Validation failed [{<<"x-host">>,<<"**********">>}, {<<"x-port">>,5432},
{<<"x-dbname">>,<<"postgres">>}, {<<"x-user">>,<<"**********">>},
{<<"x-password">>,<<"**********">>}] are not recognised policy settings
Validation failed [{<<"host">>,<<"**********">>}, {<<"port">>,5432},
{<<"dbname">>,<<"postgres">>}, {<<"user">>,<<"**********">>},
{<<"password">>,<<"**********">>}] are not recognised policy settings
--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/pgsql-listen-exchange-setup-issues-tp36974.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list