|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: define a JMSQueue using JMSAdmin |
caoyuxing
Replies: 1 Views: 3491
|
Forum: IBM MQ Java / JMS Posted: Sat Apr 23, 2011 2:50 am Subject: define a JMSQueue using JMSAdmin |
Hi,guys
I worked as following:
1.cd <mq_install_path>/java/bin
2.JMSAdmin
3.define Q(B) queue(A)
Everything seems great!But when I type"display q(B)",it tells me t ... |
Topic: ABOUT ESQL "MOVE" |
caoyuxing
Replies: 11 Views: 17672
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 16, 2011 11:16 pm Subject: ABOUT ESQL "MOVE" |
Thanks, mgk
I thought there was a way. I should have examined the manuals more carefully myself
Anyhow, LOOP gives you more control and I think it fits this case better.
thanks for y ... |
Topic: ABOUT ESQL "MOVE" |
caoyuxing
Replies: 11 Views: 17672
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 16, 2011 11:13 pm Subject: ABOUT ESQL "MOVE" |
FYI, the ESQL equivalent of DO ... WHILE is the REPEAT ... UNTIL statement:
REPEAT [statements] UNTIL [condition] END REPEAT
Kind Regards,
I have tried this way,and we will ... |
Topic: ABOUT ESQL "MOVE" |
caoyuxing
Replies: 11 Views: 17672
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 15, 2011 10:06 pm Subject: ABOUT ESQL "MOVE" |
HI,guys
I have used "MOVE" as documents guide.here is the sample code.
WHILE LASTMOVE(sourceCursor) DO
SET targetCursor.ItemNumber = sourceCursor.item;
SET ... |
|
|
|