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

Setup DLT for failed messages #128

Open
Biacode opened this issue Jan 24, 2020 · 2 comments
Open

Setup DLT for failed messages #128

Biacode opened this issue Jan 24, 2020 · 2 comments
Assignees
Labels
new feature New feature

Comments

@Biacode
Copy link
Contributor

Biacode commented Jan 24, 2020

No description provided.

@Biacode Biacode self-assigned this Jan 24, 2020
@Biacode Biacode added the new feature New feature label Jan 24, 2020
@Biacode
Copy link
Contributor Author

Biacode commented Jan 24, 2020

@mikron @dnavre Guys, the consumer should have a dependency on the producer. Since it is not a rare situation when you need to publish a message from consumers to another topic.
In this particular scenario, I want to configure the consumer to push dead letters to the appropriate topic.

@Biacode
Copy link
Contributor Author

Biacode commented Jan 24, 2020

Also, I noticed you are using AckMode.MANUAL but actually, the message listener is not one of the acknowledgment aware listeners.
See the signature

void listen(byte[] model)

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

No branches or pull requests

1 participant