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

CONSUMER: Should block ACK/REJECT if is in Preview mode #18

Open
dshvedchenko opened this issue Jun 5, 2015 · 4 comments
Open

CONSUMER: Should block ACK/REJECT if is in Preview mode #18

dshvedchenko opened this issue Jun 5, 2015 · 4 comments

Comments

@dshvedchenko
Copy link
Contributor

  1. either not ack/reject always
  2. or have option for Developer , to block ack/reject for Preview
@jcart
Copy link

jcart commented Jun 5, 2015

What about queues that have require ack disabled?

@dshvedchenko
Copy link
Contributor Author

We have option REQUEQUE , when TRUE, disables ack at all

@jcart
Copy link

jcart commented Jun 5, 2015

Right. This is the obvious solution but you have to consider that this is not deterministic -- nor is there probably a way to accomplish it without ack. The risk should be identified somehow.

@dshvedchenko
Copy link
Contributor Author

NOTE: at plugin class we have ability to detect Preview Mode : getTrans().isPreview().
for Preview mode we will always requeue messages.

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

2 participants