*
* @param stanzaRelay the relay for sending the notifications.
* @param item the payload of the message.
*/
protected void sendMessageToSubscriber(StanzaRelay stanzaRelay, XMLElement item) {
storage.acceptForEachSubscriber(name, new SubscriberPayloadNotificationVisitor(serviceConfiguration
.getDomainJID(), stanzaRelay, item));
}