* @throws UnsupportedOperationException if this change
* can not be made on this broker
*/
public void setBrokerURL(MQAddress address) throws Exception
{
MQAddress oldaddress = this.address;
this.address = address;
brokerChanged(ClusterReason.ADDRESS_CHANGED,
this.getBrokerName(), oldaddress, this.address, null, null);
}