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

Processing a Message More Than Once #1636

Open
BurakIsleyicii opened this issue Jan 8, 2025 · 0 comments
Open

Processing a Message More Than Once #1636

BurakIsleyicii opened this issue Jan 8, 2025 · 0 comments

Comments

@BurakIsleyicii
Copy link

I have a single Service and I Publish and Subscribe the message to the queue in the same service. My purpose of use is to be able to do my asynchronous work in the service using this wonderful library. My problem is that when a message is published, it is recorded as Scheduled in the Database and it becomes Succeed after 4 minutes, but there is no error message or information. In this case, the Received also causes the same message to be processed with the same cap-msg-id value at 4 minute intervals. What could be the reason for this? I use CAP with PostgreSQL and RabbitMQ

publish
subscriber

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

1 participant