Sean, You might be able to do what you describe using https://github.com/rabbitmq/rmq-0mq/wiki to forward messages received by RabbitMQ (from pg_amqp) to your ZeroMQ application. Alternatively, it might be just as easy (and somewhat less convoluted) to simply rework pg_amqp to use ZeroMQ directly instead of librabbitmq-c.
Brett On Wed, Dec 12, 2012 at 12:15 PM, Sean Ochoa <[email protected]> wrote: > Hey all. Is it possible to act as an amqp broker to a data source? I > would like to install pg_amqp onto one or more postgresql databases, and > have it submit a message to my application that uses zeromq. > > -- > Sean > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
