After installing MQSeries, enable the application to work
with FlashBASIC. The instructions below creates a test environment
for FlashBASIC.
Procedure
- Go to the command prompt.
- Start the default queue manager by typing:
strmqm
The message MQSeries queue
manager running displays.
- Start the MQSeries command-line interface by typing:
- Create a new queue named MYQ. For example, type:
define qlocal(MYQ) descr('My Q')
Note: This
queue is used for testing the D3 connectivity to MQSeries.
- Exit out of the runmqsc command processor
by typing:
- Type a sample message in the MYQ queue, and then press
ENTER twice to return to the command prompt. For example:
- Type a test message, and then press ENTER twice.
The message is now in the queue.
- Retrieve the sample message from the MYQ queue. For example,
type:
amqsget MYQ
Once the message is retrieved,
the command prompt returns.
- Exit the command prompt.
A message displays and the command prompt returns. For further
reference, see Get example.