Re: [nxlog-ce-users] Best approaches for RabbitMQ input

2013-09-06 Thread Botond Botyanszki
Hi James, There is no native message queue input module (AMQP, 0MQ, etc), though that's been on the wishlist for some time. To have such, you can either: * contribute it yourself, * fund its development, * wait until it becomes a reality. Other than that I think an easy solution would be to wr

Re: [nxlog-ce-users] Clear backlog?

2013-09-06 Thread Botond Botyanszki
Hi, NoCache just disables the SavePos globally, but affects all modules which rely on this (e.g. im_msvistalog) So if you want ReadFromLast to always read from the last position , then SavePos should be set to FALSE. Be aware that this will mean lost messages during restart/stop, but obviously th