Skip to content

Commit

Permalink
Add the default values for the charset and encoding fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Sep 4, 2024
1 parent 4c01768 commit c10f7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ballerina/types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ public type Message record {|
int putApplicationType?;
string replyToQueueName?;
string replyToQueueManagerName?;
int encoding?;
MESSAGE_CHARSET characterSet?;
int encoding = ENC_INTEGER_NORMAL|ENC_DECIMAL_NORMAL|ENC_FLOAT_IEEE_NORMAL;
MESSAGE_CHARSET characterSet = CCSI_Q_MGR;
byte[] accountingToken?;
string userId?;
Header[] headers?;
Expand Down

0 comments on commit c10f7e2

Please sign in to comment.