Sends a message to the specefied destination.
Sends a message to the specefied destination.
void Send(IDestination,IMessage);
Sends a message to the specefied destination.
void Send(IDestination,IMessage,DeliveryMode,int,long);
Sends a list of messages to the specefied destination.
void Send(IDestination,IMessage[]);
Sends a list of messages to the specefied destination.
void Send(IDestination,IMessage[],DeliveryMode,int,long);
Sends a message to the message producer's destination.
void Send(IMessage);
Sends a message to the message producer's destination.
void Send(IMessage,DeliveryMode,int,long);
Sends a list of messages to the message producer's destination.
void Send(IMessage[]);
Sends a list of messages to the message producer's destination.
void Send(IMessage[],DeliveryMode,int,long);