Creating a Queue
In the point-to-point messaging model, client send messages to and receive messages from a queue.
To create a new queue in the administration tool, use the
create queue
command to create a new queue named
myQueue
:
tcp://localhost:7222> create queue myQueue
For more information on the
create queue
command, refer to
create queue
. For more information on the commit command, see
commit and
autocommit
.