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

Jms does not handle failures #201

Closed
eirirlar opened this issue Feb 23, 2017 · 2 comments
Closed

Jms does not handle failures #201

eirirlar opened this issue Feb 23, 2017 · 2 comments
Labels
Milestone

Comments

@eirirlar
Copy link

When attempting to stream messages to a jms topic that has gone down and come up again, writing fails silently.

This should probably be documented along with advice on how to handle the situation.

@raboof raboof added the p:jms label Jul 13, 2017
@ktoso
Copy link
Member

ktoso commented Jul 14, 2017

Note that not silently, as streams have one failure mode - they'll signal error through the stream, if you add a .log() stage it would log the error, otherwise it assumes you're handling it in the pipeline.

But yes, this should be documented but perhaps in separate patterns section.

Ways to handle it are:

@ennru
Copy link
Member

ennru commented Nov 14, 2018

This is now fixed with #1227 and #1252.

@ennru ennru closed this as completed Nov 14, 2018
@ennru ennru added this to the 1.0-M2 milestone Nov 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants