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:
Robert Davies 2007-07-29 08:56:54 +00:00
parent 14180c5cb3
commit 50c6d9ccc8
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}
}