Author |
Message |
Topic: need to start the MQ trigger monitor manually? |
qizhirui
Replies: 11 Views: 10760
|
Forum: General IBM MQ Support Posted: Tue Jul 25, 2006 8:19 am Subject: need to start the MQ trigger monitor manually? |
What OpSys and what version of MQ?
the operattion system is windows and the MQ version is v6.0 , but if not need to start the MQ trigger moniter manually, what should i do? please give me more d ... |
Topic: need to start the MQ trigger monitor manually? |
qizhirui
Replies: 11 Views: 10760
|
Forum: General IBM MQ Support Posted: Tue Jul 25, 2006 7:03 am Subject: need to start the MQ trigger monitor manually? |
first, thanks elvis_gn, jefflowrey, koko for yours advice and help about my post of the MQ trigger.
i do a exercise to experience the MQ trigger, but the result is not i want .
the whole p ... |
Topic: give me an example of the MQ trigger |
qizhirui
Replies: 6 Views: 22037
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 24, 2006 6:12 am Subject: Re: give me an example of the MQ trigger |
Hi qizhirui,
After i read some material about MQ trigger, i understand the mechanism and the whole process .But i hope you can give me an example code about trigger writen in java. help me to un ... |
Topic: give me an example of the MQ trigger |
qizhirui
Replies: 6 Views: 22037
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 24, 2006 5:53 am Subject: give me an example of the MQ trigger |
After i read some material about MQ trigger, i understand the mechanism and the whole process .But i hope you can give me an example code of trigger writen in java. help me to understand the MQ tr ... |
Topic: [b]About the MQ trigger[/b] |
qizhirui
Replies: 1 Views: 2037
|
Forum: IBM MQ Java / JMS Posted: Sat Jul 22, 2006 8:43 am Subject: [b]About the MQ trigger[/b] |
please help me to make a simple introduction about the MQ trigger ,more details in the whole process of MQ trigger . Or give some documents and material that you think they help me to get the MQ tri ... |
Topic: About put the message into the remote queue |
qizhirui
Replies: 12 Views: 14925
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 21, 2006 9:22 am Subject: About put the message into the remote queue |
public void put(String xmlFileName) {
try {
String stringVar = parm.file2Bytes(xmlFileName);//read file transfer into string
if (stringVar != null) {
System.out.println("put message is : \n" + ... |
Topic: About put the message into the remote queue |
qizhirui
Replies: 12 Views: 14925
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 21, 2006 7:56 am Subject: About put the message into the remote queue |
2085Look-up 2085 in the MQ Messages manual, it will tell you what the problem is.
please tell me where to download the MQ messages manual ,give me a concrete link to get it ,thanks. |
Topic: About put the message into the remote queue |
qizhirui
Replies: 12 Views: 14925
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 21, 2006 7:44 am Subject: About put the message into the remote queue |
public void put(String xmlFileName) {
try {
String stringVar = parm.file2Bytes(xmlFileName);//read file transfer into string
if (stringVar != null) {
System.out.println("put message is : \n" + ... |
Topic: About put the message into the remote queue |
qizhirui
Replies: 12 Views: 14925
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 21, 2006 7:29 am Subject: About put the message into the remote queue |
public void put(String xmlFileName) {
try {
String stringVar = parm.file2Bytes(xmlFileName);//read file transfer into string
if (stringVar != null) {
System.out.println(" ... |
Topic: About put the message into the remote queue |
qizhirui
Replies: 12 Views: 14925
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 21, 2006 7:07 am Subject: thanks for your reply |
It shouldn't matter to your program whether it is client or binding connected. If you are using a definition of the queue (ie, QREMOTE, QLOCAL), then it shouldn't matter to your program either. Are yo ... |
Topic: About put the message into the remote queue |
qizhirui
Replies: 12 Views: 14925
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 21, 2006 5:49 am Subject: About put the message into the remote queue |
i need to put the message into the remote queue ,choosing the binding mode not the client mode. when i program in java , face a problem that i can't put the message into the remote queue. But if ... |
Topic: how to transmit the XML file in the MQ? |
qizhirui
Replies: 3 Views: 3054
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 19, 2006 8:39 am Subject: how to transmit the XML file in the MQ? |
thanks your reply,i know what you said ,but i have a problem that ,when use the buffer to as a middleware to write XML file, but i need to get some details about the message and the XML files such a ... |
Topic: how to transmit the XML file in the MQ? |
qizhirui
Replies: 3 Views: 3054
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 19, 2006 8:20 am Subject: how to transmit the XML file in the MQ? |
because of the project need , i need the contact admin us to transmit the XML file. You may give me some hints that : read the XML file and put the content that have been readed as a message into the que ... |
Topic: Give me some advice about how to master the IBM MQ |
qizhirui
Replies: 2 Views: 2247
|
Forum: General Discussion Posted: Sat Jun 24, 2006 6:45 am Subject: Give me some advice about how to master the IBM MQ |
In the need of a project , i need the websphere to finish communication between different parts , MQ is fresh for me , at the same time , the trouble is that i cann't get some books or gu ... |