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

Keith Wall updated QPID-6709:
-----------------------------
    Description: 
The Java Broker logs SUB-1001 messages in response to the creation of the a 
consumer.  If the consumer includes a JMS selector this is logged too, which is 
helpful for problem diagnosis.  However, currently if I create a consumer using 
the arrival time feature or no-local, the SUB message includes an object ref.  
This is not useful to the end user.


{noformat}
2015-08-23 09:50:48,561         INFO  [VirtualHostNode-test-Config] 
q.m.s.create [con:0(guest@/127.0.0.1:64175/test)/ch:0] 
[sub:1(vh(/test)/qu(ArrivalTimeFilterTest-testArrivalTime0)] SUB-1001 : Create 
: Arguments : 
{x-qpid-replay-period=org.apache.qpid.server.filter.ArrivalTimeFilter@59c0c125}
2015-08-23 10:07:35,247         INFO  [VirtualHostNode-test-Config] 
q.m.s.create [con:5(guest@/127.0.0.1:64201/test)/ch:2] 
[sub:6(vh(/test)/qu(clientid:NoLocalAfterRecoveryTest-null-NoLocal)] SUB-1001 : 
Create : Durable : Arguments : 
{x-qpid-no-local=org.apache.qpid.server.protocol.v0_8.AMQChannel$7@1433048d}
{noformat}


  was:
The Java Broker logs SUB-1001 messages in response to the creation of the a 
consumer.  If the consumer includes a JMS selector this is logged too, which is 
helpful for problem diagnosis.  However, currently if I create a consumer using 
the arrival time feature or no-local, the SUB message includes an object ref.  
This is not useful to the end user.




> SUB-1001 operation log message for consumers with noLocal/arrivaltime filters 
> contain an object identity
> --------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-6709
>                 URL: https://issues.apache.org/jira/browse/QPID-6709
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Keith Wall
>            Priority: Minor
>             Fix For: qpid-java-6.0
>
>
> The Java Broker logs SUB-1001 messages in response to the creation of the a 
> consumer.  If the consumer includes a JMS selector this is logged too, which 
> is helpful for problem diagnosis.  However, currently if I create a consumer 
> using the arrival time feature or no-local, the SUB message includes an 
> object ref.  This is not useful to the end user.
> {noformat}
> 2015-08-23 09:50:48,561         INFO  [VirtualHostNode-test-Config] 
> q.m.s.create [con:0(guest@/127.0.0.1:64175/test)/ch:0] 
> [sub:1(vh(/test)/qu(ArrivalTimeFilterTest-testArrivalTime0)] SUB-1001 : 
> Create : Arguments : 
> {x-qpid-replay-period=org.apache.qpid.server.filter.ArrivalTimeFilter@59c0c125}
> 2015-08-23 10:07:35,247         INFO  [VirtualHostNode-test-Config] 
> q.m.s.create [con:5(guest@/127.0.0.1:64201/test)/ch:2] 
> [sub:6(vh(/test)/qu(clientid:NoLocalAfterRecoveryTest-null-NoLocal)] SUB-1001 
> : Create : Durable : Arguments : 
> {x-qpid-no-local=org.apache.qpid.server.protocol.v0_8.AMQChannel$7@1433048d}
> {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to