[GitHub] nifi pull request: NIFI-1103: Add support for long polling in GetS...

2015-12-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/nifi/pull/122


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] nifi pull request: NIFI-1103: Add support for long polling in GetS...

2015-11-12 Thread adamonduty
GitHub user adamonduty opened a pull request:

https://github.com/apache/nifi/pull/122

NIFI-1103: Add support for long polling in GetSQS processor

This adds long polling support to the GetSQS processor.

By default, it sets the Receive Message Wait Time to zero, which is the 
same as the current behavior. Setting the Receive Message Wait Time to 1 second 
or greater causes the request to long poll for that period of time before 
returning.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/adamonduty/nifi NIFI-1103

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/nifi/pull/122.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #122


commit 428b20fc2553ac6ae56867630fa10bd3ac355582
Author: Adam Lamar 
Date:   2015-11-13T05:03:36Z

NIFI-1103: Add support for long polling in GetSQS processor




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---