Interface JmsSender
public interface JmsSender
The Interface JmsSender.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsend(javax.jms.Destination worldBankApiDestination, java.io.Serializable msg) Send.
-
Method Details
-
send
void send(javax.jms.Destination worldBankApiDestination, java.io.Serializable msg) Send.- Parameters:
worldBankApiDestination- the world bank api destinationmsg- the msg
-