将表绑定到队列之后,请使用 INSERT 在 WMQ 队列中插入项,并使用 SELECT 检索 WMQ 消息。
INSERT into VtiMQ (msg) values ('PUT on queue with SQL INSERT'); 1 row(s) inserted.
SELECT * from VtiMQ; msg PUT on queue with SQL INSERT correlid topic qname IDS.DEFAULT.QUEUE msgid AMQ msgformat MQSTR