[zeromq-dev] Question on 0mq socket type for receiving syslog message.

Brian Knox taotetek at gmail.com
Mon Jun 27 12:35:22 CEST 2011


You can't send directly from rsyslog to a zeromq socket.  You need to write
a translator (something that receives TCP from syslog and then sends zmq
messages).   If you're using rsyslog, you can take a look at the zeromq
input and output plugins for it:
https://github.com/aggregateknowledge/rsyslog-zeromq

On Mon, Jun 27, 2011 at 2:14 AM, maharshi bhatt <maharshi_b at yahoo.com>wrote:

> Hi,
> I have a quick question. I am new to 0mq and just started on it. I want to
> use 0mq to receive syslog messages from syslog servers running on router
> devices. What is the appropriate socket type to use for this purpose? Should
> I use ZMQ_PULL? If yes, will it work without ZMQ_PUSH not done on the other
> end as it is the syslog server running on router device thats sending the
> syslog message.
> If anybody has an helpful code sample that would be great.
>
> Thanks,
> m2011
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110627/2363a48b/attachment.htm>


More information about the zeromq-dev mailing list