Skip to content

Commit

Permalink
Update ballerina/rabbitmq_commons.bal
Browse files Browse the repository at this point in the history
Co-authored-by: Arshika Mohottige <[email protected]>
  • Loading branch information
DaAlbrecht and aashikam authored Sep 27, 2024
1 parent b633f4a commit bc17160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/rabbitmq_commons.bal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public const TOPIC_EXCHANGE = "topic";
# + contentType - The content type of the message
# + contentEncoding - The content encoding of the message
# + correlationId - The client-specific ID that can be used to mark or identify messages between clients
# + headers - A map of additional arbitrary headers to be included in the message.
# + headers - A map of additional arbitrary headers to be included in the message
public type BasicProperties record {|
string replyTo?;
string contentType?;
Expand Down

0 comments on commit bc17160

Please sign in to comment.