Class BasicInboxJava
- java.lang.Object
-
- BasicInboxJava
-
public class BasicInboxJava extends java.lang.Object
This sample application demonstrates how to send mamaMsgs from an inbox, and receive the reply. It accepts the following command line arguments: [-s topic] The topic on which to send the request. Default value is "MAMA_INBOUND_TOPIC". [-tport name] The transport parameters to be used from mama.properties. [-q] Quiet mode. Suppress output.
-
-
Constructor Summary
Constructors Constructor Description BasicInboxJava()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-