Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solace NIFI JMSConsumer #1

Open
bcook2017 opened this issue Jun 15, 2017 · 7 comments
Open

Solace NIFI JMSConsumer #1

bcook2017 opened this issue Jun 15, 2017 · 7 comments

Comments

@bcook2017
Copy link

the site I'm trying consume messages from (running Solace JMS) is seeing the client (NiFi ConsumeJMA processor) continually unbinding/binding to the queue with a reason of "Client issued unbind". And the client is unable to consume all of the data and it is resulting in "Messages expired to discard". In my simple client application where I don't use NiFi, I keep the connection open for a period of time and don't see this issue. Any help would be great.

@lsac
Copy link
Owner

lsac commented Jun 15, 2017 via email

@bcook2017
Copy link
Author

bcook2017 commented Jun 16, 2017 via email

@lsac
Copy link
Owner

lsac commented Jun 16, 2017 via email

@bcook2017
Copy link
Author

bcook2017 commented Jun 27, 2017 via email

@lsac
Copy link
Owner

lsac commented Jun 28, 2017

Nifi scheduler does the bind and unbind calls. I'd look into Nifi source code and search for related keywords. The JNDI handler does adhere NiFi design pattern and integrity by instantiate a connection factory. The rest is handled by NiFi.

@lsac
Copy link
Owner

lsac commented Jul 8, 2017

Site-to-Site protocol is a good alternative at https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#site-to-site. A standalone Solace consumer can send messages to Nifi via Site-to-Site protocol - hence the consumer can keep Solace connection open once online.

@rakeshjain1213
Copy link

Even we are facing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants