You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to implement a pub/sub using SQS.
so basically I send a message event to a main exposed queue (cqrsEvents) that uses some topology map to generate event for each domain
So for example for user.deleted event there are several consumers: account, coachTools and analytics.
So the cqrs worker duplicate the received event for 3 other queues. How can I refer through env variables from one queue to other?
This discussion was converted from issue #304 on February 22, 2023 22:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm trying to implement a pub/sub using SQS.
so basically I send a message event to a main exposed queue (cqrsEvents) that uses some topology map to generate event for each domain
So for example for
user.deleted
event there are several consumers: account, coachTools and analytics.So the cqrs worker duplicate the received event for 3 other queues. How can I refer through env variables from one queue to other?
Beta Was this translation helpful? Give feedback.
All reactions