[ 
https://issues.apache.org/jira/browse/QPID-6709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14708452#comment-14708452
 ] 

ASF subversion and git services commented on QPID-6709:
-------------------------------------------------------

Commit 1697230 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1697230 ]

QPID-6709: [Java Broker] Give MessageFilter impls a toString so that SUB-1001 
are useful for consumers using x-qpid-replay-period and no-local

> 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