You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Joe Witt <jo...@gmail.com> on 2015/11/03 10:50:50 UTC

Re: NIFI RabbitMQ Processor

Hello,

pretty good number of RabbitMQ fans out there.  Is there anything we
can do to help with this contrib?

Thanks
Joe

On Wed, Oct 7, 2015 at 4:05 PM, Chris Parker <mr...@gmail.com> wrote:
> Yes.   They are.  I will add them to the issues list.  Thanks for this!
>
> I am going to continue working on this later next week.  I had to focus on
> another project for the last week,
>
>
>
> On Wed, Oct 7, 2015 at 5:23 AM, DAVID SMITH <da...@btinternet.com>
> wrote:
>
>> Chris
>>
>> I have tried running these processors and I have a couple of observations:
>>
>> 1) You may want to include a failure relationship, I found that when I was
>> trying to connect to the broker which was not local server and i couldn't
>> connect the processor was constantly yielding.
>> 2) You may want to consider putting in a polling timer, as it currently
>> polls the broker every milli second which seems a bit excessive & cpu
>> intensive
>> 3) The password field should be set to sensitive to hide the password
>> 4) You may want to consider adding a ssl/tls option for connectivity as
>> well as username/password.
>>
>> I hope these observations are of some help to you.
>>
>> Dave
>>
>> Sent from Yahoo! Mail on Android
>>
>> ------------------------------
>> * From: * Chris Parker <mr...@gmail.com>;
>> * To: * <de...@nifi.apache.org>;
>> * Subject: * NIFI RabbitMQ Processor
>> * Sent: * Thu, Oct 1, 2015 12:47:35 AM
>>
>> I have started a NIFI RabbitMQ module:
>>
>> https://github.com/MDL/nifi-rabbitmq-bundle
>>
>> What works:
>>
>> - Direct exchanges.  Light workloads have been tested.  A few million
>> items have been pushed through the system without any problems.  I have
>> also run it for a few hours at a time without problem.
>>
>> What needs to be done:
>>
>> - It doesn’t have full documentation or tests yet (I can’t find an example
>> of a mocked RabbitMQ server).
>> - It also only supports direct exchanges.
>>
>> I will add multiple exchange types early next week.  I am also going to be
>> testing this over a heavy load over the course of the next few weeks.
>>
>> I didn’t create a ticket since it isn’t ready to be used in a production
>> system yet.  This is more of a heads up.  If you have any feedback, please
>> let me know.
>>
>> Thanks,
>> Chris Parker
>>