return jndiName;
return messageDestinationName;
this.jndiName = jndiName;
this.messageDestinationName = messageDestinationName;
StringBuffer sb = new StringBuffer(100); sb.append("[MessageDestination: "); sb.append("messageDestinationName=").append(messageDestinationName); sb.append(", jndiName=").append(jndiName); sb.append("]"); return sb.toString();