7. Start listener (L1)

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 L1:
mqe_script_listen -start -listenname L1

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: 6. Create a listener (L1)
Next topic: 8. Create a second queue manager (QM2)