this.messageDestinations = messageDestinations;
// Handle current or new messageDestinations
for (int i = 0; i < messageDestinations.length; i++) {
MessageDestination messageDestination = messageDestinations[i];
//if(messageDestination.getMessageDestination() == null) {
messageDestination.configure(getWebApp().addNewMessageDestination());
//} else {
// before.remove(messageDestination);
//}
}
// Handle removed or new messageDestinations