176177178179180181182
} public Destination getJMSDestination() throws JMSException { // TODO: implement this once we have sorted out how to figure out the exchange class throw new JmsNotImplementedException(); }
181182183184185186187
throw new JmsNotImplementedException(); } public void setJMSDestination(Destination destination) throws JMSException { throw new JmsNotImplementedException(); }
424425426427428429430
} public Object getObjectProperty(String propertyName) throws JMSException { checkPropertyName(propertyName); throw new JmsNotImplementedException(); }