Class BasicSubJava


  • public class BasicSubJava
    extends java.lang.Object
    This sample application demonstrates how to send mamaMsg's from an inbox, and receive the reply. It accepts the following command line arguments: [-s topic] The topic to which to subscribe. 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
      BasicSubJava()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BasicSubJava

        public BasicSubJava()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException