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
For our use case, we have a lot of downstream systems that are based on RabbitMQ and rely on message id and correlation id to be populated. These properties should be in the Cloud Event Message.
It should be applied in the PubSub as well as in the Bindings for RabbitMQ and be added to outgoing messages.
Goal
RabbitMQ messages that are being sent from PubSub or Bindings need to have the Message ID and Correlation ID from the Cloud Event Message.
Unclear
It's not clear to me, how e.g. the CloudEvent properties will be available in the PublishRequest type.
maybe it would be beneficial if the metadata of the PublishRequest can be used to set any kind of header or property in the AMQP message, so that it also works in situation, where the downstream AMQP brokers expect certain properties to be set.
Release Note
RELEASE NOTE: ADD RabbitMQ message headers and properties are populated from the CloudEvent Message
The text was updated successfully, but these errors were encountered:
abossard
changed the title
Solace/AMQP Messages should habe the typical AMQP fields populated, e.g. content-type
Solace/AMQP Messages should have the typical AMQP fields populated, e.g. content-type
Feb 5, 2025
abossard
changed the title
Solace/AMQP Messages should have the typical AMQP fields populated, e.g. content-type
RabbitMQ Messages should have some cloud event property fields populated, e.g. message id
Feb 5, 2025
abossard
changed the title
RabbitMQ Messages should have some cloud event property fields populated, e.g. message id
RabbitMQ Messages should have some cloud event property fields populated, e.g. message id and correlation id
Feb 5, 2025
Describe the feature
For our use case, we have a lot of downstream systems that are based on RabbitMQ and rely on message id and correlation id to be populated. These properties should be in the Cloud Event Message.
It should be applied in the PubSub as well as in the Bindings for RabbitMQ and be added to outgoing messages.
Goal
RabbitMQ messages that are being sent from PubSub or Bindings need to have the Message ID and Correlation ID from the Cloud Event Message.
Unclear
Release Note
RELEASE NOTE: ADD RabbitMQ message headers and properties are populated from the CloudEvent Message
The text was updated successfully, but these errors were encountered: