mirror of https://github.com/apache/activemq.git
A message is a message isMessage()
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@560695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
14180c5cb3
commit
50c6d9ccc8
|
@ -626,4 +626,8 @@ abstract public class Message extends BaseCommand implements MarshallAware, Mess
|
|||
public void setCluster(BrokerId[] cluster) {
|
||||
this.cluster = cluster;
|
||||
}
|
||||
|
||||
public boolean isMessage() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue