mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 11:35:36 +00:00
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
@ -72,5 +72,9 @@ public class ConsumerMessageRef{
|
|||||||
this.messageId=messageId;
|
this.messageId=messageId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String toString() {
|
||||||
|
return "ConsumerMessageRef[" + messageId +"]";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user