[jira] [Updated] (ARTEMIS-57) the 'to' field of AMQP messages gets cleared within the broker

2017-03-10 Thread Martyn Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martyn Taylor updated ARTEMIS-57:
-
Fix Version/s: (was: 2.0.0)
   2.next

> the 'to' field of AMQP messages gets cleared within the broker
> --
>
> Key: ARTEMIS-57
> URL: https://issues.apache.org/jira/browse/ARTEMIS-57
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 1.0.0
>Reporter: Robbie Gemmell
> Fix For: 2.next
>
>
> When sending and receiving AMQP messages, the 'to' field of the Properties 
> section (which is meant to be immutable) is cleared as the message transits 
> through the broker.
> The encoding on the wire of a message Properties section as it was sent to 
> the broker:
> {noformat}
>  # properties
>  # properties
># message-id
> "localhost.localdomai"
> "n-54104-141838672362"
> "2-0:1:1:1-1"
>   
># user-id
># to
> "myQueue"
>   
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}
> The encoding on the wire on its way to a consumer:
> {noformat}
>  # properties
>  # properties
># message-id
># user-id
># to
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (ARTEMIS-57) the 'to' field of AMQP messages gets cleared within the broker

2016-12-06 Thread clebert suconic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

clebert suconic updated ARTEMIS-57:
---
Fix Version/s: (was: 1.5.1)
   1.6.0

> the 'to' field of AMQP messages gets cleared within the broker
> --
>
> Key: ARTEMIS-57
> URL: https://issues.apache.org/jira/browse/ARTEMIS-57
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 1.0.0
>Reporter: Robbie Gemmell
> Fix For: 1.6.0
>
>
> When sending and receiving AMQP messages, the 'to' field of the Properties 
> section (which is meant to be immutable) is cleared as the message transits 
> through the broker.
> The encoding on the wire of a message Properties section as it was sent to 
> the broker:
> {noformat}
>  # properties
>  # properties
># message-id
> "localhost.localdomai"
> "n-54104-141838672362"
> "2-0:1:1:1-1"
>   
># user-id
># to
> "myQueue"
>   
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}
> The encoding on the wire on its way to a consumer:
> {noformat}
>  # properties
>  # properties
># message-id
># user-id
># to
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ARTEMIS-57) the 'to' field of AMQP messages gets cleared within the broker

2016-11-03 Thread clebert suconic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

clebert suconic updated ARTEMIS-57:
---
Fix Version/s: (was: 1.5.0)
   1.6.0

> the 'to' field of AMQP messages gets cleared within the broker
> --
>
> Key: ARTEMIS-57
> URL: https://issues.apache.org/jira/browse/ARTEMIS-57
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 1.0.0
>Reporter: Robbie Gemmell
> Fix For: 1.6.0
>
>
> When sending and receiving AMQP messages, the 'to' field of the Properties 
> section (which is meant to be immutable) is cleared as the message transits 
> through the broker.
> The encoding on the wire of a message Properties section as it was sent to 
> the broker:
> {noformat}
>  # properties
>  # properties
># message-id
> "localhost.localdomai"
> "n-54104-141838672362"
> "2-0:1:1:1-1"
>   
># user-id
># to
> "myQueue"
>   
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}
> The encoding on the wire on its way to a consumer:
> {noformat}
>  # properties
>  # properties
># message-id
># user-id
># to
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ARTEMIS-57) the 'to' field of AMQP messages gets cleared within the broker

2016-08-16 Thread clebert suconic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

clebert suconic updated ARTEMIS-57:
---
Fix Version/s: (was: 1.4.0)
   1.5.0

> the 'to' field of AMQP messages gets cleared within the broker
> --
>
> Key: ARTEMIS-57
> URL: https://issues.apache.org/jira/browse/ARTEMIS-57
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 1.0.0
>Reporter: Robbie Gemmell
> Fix For: 1.5.0
>
>
> When sending and receiving AMQP messages, the 'to' field of the Properties 
> section (which is meant to be immutable) is cleared as the message transits 
> through the broker.
> The encoding on the wire of a message Properties section as it was sent to 
> the broker:
> {noformat}
>  # properties
>  # properties
># message-id
> "localhost.localdomai"
> "n-54104-141838672362"
> "2-0:1:1:1-1"
>   
># user-id
># to
> "myQueue"
>   
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}
> The encoding on the wire on its way to a consumer:
> {noformat}
>  # properties
>  # properties
># message-id
># user-id
># to
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ARTEMIS-57) the 'to' field of AMQP messages gets cleared within the broker

2016-01-08 Thread Martyn Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martyn Taylor updated ARTEMIS-57:
-
Fix Version/s: (was: 1.2.0)
   1.3.0

> the 'to' field of AMQP messages gets cleared within the broker
> --
>
> Key: ARTEMIS-57
> URL: https://issues.apache.org/jira/browse/ARTEMIS-57
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 1.0.0
>Reporter: Robbie Gemmell
> Fix For: 1.3.0
>
>
> When sending and receiving AMQP messages, the 'to' field of the Properties 
> section (which is meant to be immutable) is cleared as the message transits 
> through the broker.
> The encoding on the wire of a message Properties section as it was sent to 
> the broker:
> {noformat}
>  # properties
>  # properties
># message-id
> "localhost.localdomai"
> "n-54104-141838672362"
> "2-0:1:1:1-1"
>   
># user-id
># to
> "myQueue"
>   
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}
> The encoding on the wire on its way to a consumer:
> {noformat}
>  # properties
>  # properties
># message-id
># user-id
># to
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ARTEMIS-57) the 'to' field of AMQP messages gets cleared within the broker

2015-09-09 Thread clebert suconic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

clebert suconic updated ARTEMIS-57:
---
Fix Version/s: (was: 1.1.0)
   1.2.0

> the 'to' field of AMQP messages gets cleared within the broker
> --
>
> Key: ARTEMIS-57
> URL: https://issues.apache.org/jira/browse/ARTEMIS-57
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 1.0.0
>Reporter: Robbie Gemmell
> Fix For: 1.2.0
>
>
> When sending and receiving AMQP messages, the 'to' field of the Properties 
> section (which is meant to be immutable) is cleared as the message transits 
> through the broker.
> The encoding on the wire of a message Properties section as it was sent to 
> the broker:
> {noformat}
>  # properties
>  # properties
># message-id
> "localhost.localdomai"
> "n-54104-141838672362"
> "2-0:1:1:1-1"
>   
># user-id
># to
> "myQueue"
>   
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}
> The encoding on the wire on its way to a consumer:
> {noformat}
>  # properties
>  # properties
># message-id
># user-id
># to
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ARTEMIS-57) the 'to' field of AMQP messages gets cleared within the broker

2015-07-23 Thread clebert suconic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

clebert suconic updated ARTEMIS-57:
---
Fix Version/s: (was: 1.1.0)
   1.0.1

> the 'to' field of AMQP messages gets cleared within the broker
> --
>
> Key: ARTEMIS-57
> URL: https://issues.apache.org/jira/browse/ARTEMIS-57
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 1.0.0
>Reporter: Robbie Gemmell
> Fix For: 1.0.1
>
>
> When sending and receiving AMQP messages, the 'to' field of the Properties 
> section (which is meant to be immutable) is cleared as the message transits 
> through the broker.
> The encoding on the wire of a message Properties section as it was sent to 
> the broker:
> {noformat}
>  # properties
>  # properties
># message-id
> "localhost.localdomai"
> "n-54104-141838672362"
> "2-0:1:1:1-1"
>   
># user-id
># to
> "myQueue"
>   
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}
> The encoding on the wire on its way to a consumer:
> {noformat}
>  # properties
>  # properties
># message-id
># user-id
># to
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ARTEMIS-57) the 'to' field of AMQP messages gets cleared within the broker

2015-06-03 Thread clebert suconic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

clebert suconic updated ARTEMIS-57:
---
Fix Version/s: 1.1.0

> the 'to' field of AMQP messages gets cleared within the broker
> --
>
> Key: ARTEMIS-57
> URL: https://issues.apache.org/jira/browse/ARTEMIS-57
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 1.0.0
>Reporter: Robbie Gemmell
> Fix For: 1.1.0
>
>
> When sending and receiving AMQP messages, the 'to' field of the Properties 
> section (which is meant to be immutable) is cleared as the message transits 
> through the broker.
> The encoding on the wire of a message Properties section as it was sent to 
> the broker:
> {noformat}
>  # properties
>  # properties
># message-id
> "localhost.localdomai"
> "n-54104-141838672362"
> "2-0:1:1:1-1"
>   
># user-id
># to
> "myQueue"
>   
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}
> The encoding on the wire on its way to a consumer:
> {noformat}
>  # properties
>  # properties
># message-id
># user-id
># to
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ARTEMIS-57) the 'to' field of AMQP messages gets cleared within the broker

2015-05-26 Thread Andy Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Taylor updated ARTEMIS-57:
---
Component/s: AMQP

> the 'to' field of AMQP messages gets cleared within the broker
> --
>
> Key: ARTEMIS-57
> URL: https://issues.apache.org/jira/browse/ARTEMIS-57
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 1.0.0
>Reporter: Robbie Gemmell
>
> When sending and receiving AMQP messages, the 'to' field of the Properties 
> section (which is meant to be immutable) is cleared as the message transits 
> through the broker.
> The encoding on the wire of a message Properties section as it was sent to 
> the broker:
> {noformat}
>  # properties
>  # properties
># message-id
> "localhost.localdomai"
> "n-54104-141838672362"
> "2-0:1:1:1-1"
>   
># user-id
># to
> "myQueue"
>   
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}
> The encoding on the wire on its way to a consumer:
> {noformat}
>  # properties
>  # properties
># message-id
># user-id
># to
># subject
># reply-to
># correlation-id
># content-type
># content-encoding
># absolute-expiry-time
>   #2014/12/12 12:18:44.423 # creation-time
>   #  group-id
>   #  group-sequence
>   #  reply-to-group-id
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)