Producer Example

    • TubeSingleSessionFactory creates only one session in the lifecycle, this is very useful in streaming scenarios.
    • TubeMultiSessionFactory creates new session on every call.

    1.1.1 Send Message Synchronously

    1.1.2 Send Message Asynchronously

    1.1.3 Send Message With Attributes

    1.2 TubeMultiSessionFactory


    Back to top