mirror of https://github.com/apache/activemq.git
added toString() method
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@516315 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b5a42599b1
commit
ba54ee86b2
|
@ -71,6 +71,10 @@ public class ConsumerMessageRef{
|
|||
public void setMessageId(MessageId messageId){
|
||||
this.messageId=messageId;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "ConsumerMessageRef[" + messageId +"]";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue