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
Figure out how much information is required alongside the packed message for the outbound message delivery to deliver the message correctly. This structure will be included in the outbound message event payload.
The text was updated successfully, but these errors were encountered:
I propose we make a QueuedOutboundMessage class that extends Event from eventBus and implements QueuedOutboundMessage class. Currently The event class has a payload and topic. The QueuedOutboundMessages have a few more attributes used for routing. With events of this kind, we can easily drop in the notify and subscribe interface where needed. This also gives us room to change if we learn something needs to be different.
Figure out how much information is required alongside the packed message for the outbound message delivery to deliver the message correctly. This structure will be included in the outbound message event payload.
The text was updated successfully, but these errors were encountered: