14. Start the listener L2 (on QM2)

When you have created a listener, you need to start it.

Starting a listener using MQe_Script:

You can use the following MQe_Script command to start the listener L2:
mqe_script_listen -start -listenname L2

Starting a listener programmatically:

For more information on using Java to start a listener, see Configuring a listener. For an example, see Java.

Parent topic: Walkthrough: creating a basic application
Previous topic: 13. Create a listener (on QM2) called L2
Next topic: 15. Send (PUT) a message from QM1 to QM2