File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -203,13 +203,13 @@ class Formatter {
203
203
204
204
//amqp properties
205
205
workDict [ 'id' ] = dict [ 'message_id' ] ;
206
- workDict [ 'user_id ' ] = Formatter . castUserId ( dict [ 'user_id' ] ) ;
206
+ workDict [ 'user-id ' ] = Formatter . castUserId ( dict [ 'user_id' ] ) ;
207
207
workDict [ 'to' ] = dict [ 'to' ] ;
208
208
workDict [ 'subject' ] = dict [ 'subject' ] ;
209
- workDict [ 'reply_to ' ] = dict [ 'reply_to' ] ;
210
- workDict [ 'correlation_id ' ] = dict [ 'correlation_id' ] ;
211
- workDict [ 'content_type ' ] = dict [ 'content_type' ] ;
212
- workDict [ 'content_encoding ' ] = dict [ 'content_encoding' ] ;
209
+ workDict [ 'reply-to ' ] = dict [ 'reply_to' ] ;
210
+ workDict [ 'correlation-id ' ] = dict [ 'correlation_id' ] ;
211
+ workDict [ 'content-type ' ] = dict [ 'content_type' ] ;
212
+ workDict [ 'content-encoding ' ] = dict [ 'content_encoding' ] ;
213
213
workDict [ 'absolute-expiry-time' ] = dict [ 'absolute_expiry_time' ] ;
214
214
workDict [ 'creation-time' ] = dict [ 'creation_time' ] . getTime ( ) ;
215
215
workDict [ 'group-id' ] = dict [ 'group_id' ] ;
You can’t perform that action at this time.
0 commit comments