Author |
Message |
Topic: How does message flow works? |
gteddy
Replies: 3 Views: 2672
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 19, 2006 5:22 pm Subject: How does message flow works? |
thanks for you reply,jeff.
in fact, i just want to know what's the difference between a message flow and a MQ trigger application.
I wrote a trigger application to back up the messages on a queue. w ... |
Topic: How does message flow works? |
gteddy
Replies: 3 Views: 2672
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 16, 2006 7:33 pm Subject: How does message flow works? |
Are there any books or links discussing about the principles of message flow?
Like how does it work? what's the difference between a message flow and a MQ trigger application? Since they are similar ... |
Topic: trigger problem on AIX |
gteddy
Replies: 7 Views: 6554
|
Forum: IBM MQ API Support Posted: Mon Sep 11, 2006 7:18 pm Subject: trigger problem on AIX |
The error says that it cannot find the WMQ java bindings library libmqjbnd05, and it even gives the path it searched on! Make sure the library is available in one of those directories.
Note that LIBP ... |
Topic: trigger problem on AIX |
gteddy
Replies: 7 Views: 6554
|
Forum: IBM MQ API Support Posted: Sun Sep 10, 2006 10:46 pm Subject: trigger problem on AIX |
i set all the enviroment vars right but my trigger programme still doesn't work. Below is what the exception like when a trigger message is coming.
$ runmqtrm -m QM_SITBRK2 -q java.init.queue ... |
Topic: trigger problem on AIX |
gteddy
Replies: 7 Views: 6554
|
Forum: IBM MQ API Support Posted: Fri Sep 08, 2006 4:03 am Subject: trigger problem on AIX |
Gosh, I guess that the local .class file that you produced with your javac is not actually on the CLASSPATH.
It's a shame you're not a Java programmer, because it's an easy thing to notice if you'r ... |
Topic: trigger problem on AIX |
gteddy
Replies: 7 Views: 6554
|
Forum: IBM MQ API Support Posted: Fri Sep 08, 2006 12:49 am Subject: trigger problem on AIX |
I modifed a sample java program to backup the queue messages when they arrive on the source queue.
I configured everything that a trigger needs and it works well on Windows.
But when comes to AIX5.3 ... |
Topic: Can messages be "read" rather than "got" |
gteddy
Replies: 3 Views: 2805
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 30, 2006 12:46 am Subject: Can messages be "read" rather than "got" |
i've solved it , thanks again , elvis.  |
Topic: Can messages be "read" rather than "got" |
gteddy
Replies: 3 Views: 2805
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 29, 2006 11:00 pm Subject: Can messages be "read" rather than "got" |
thanks for help,elvis
But my Eclipse doesn't show "Browse" among the available method lists of MQQueue instance.
Is there anything wrong? |
Topic: HELP!troubled with AMI connect to a remote MQ server problem |
gteddy
Replies: 10 Views: 6330
|
Forum: IBM MQ API Support Posted: Tue Aug 29, 2006 7:35 pm Subject: HELP!troubled with AMI connect to a remote MQ server problem |
In fact, i found that the Connection type MUST be set to CLIENT rather than AUTO.
The AMI manual says AUTO will automatically decides whether or not it's a CLIENT or SERVER application. But to my ex ... |
Topic: Can messages be "read" rather than "got" |
gteddy
Replies: 3 Views: 2805
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 29, 2006 7:31 pm Subject: Can messages be "read" rather than "got" |
I'm wondering if there is an MQ Java Api that can help me READ the messages in a queue.
I mean, if i use MQQueue.get(), i'm actually GETTING the messages out, the messages are no longer there in the ... |
Topic: HELP!troubled with AMI connect to a remote MQ server problem |
gteddy
Replies: 10 Views: 6330
|
Forum: IBM MQ API Support Posted: Sun Aug 27, 2006 5:44 pm Subject: HELP!troubled with AMI connect to a remote MQ server problem |
OMG, i changed all my definition names to CAPITAL letters and it works!!
then i changed the names back to original and it still works!!
that is REALLY REALLY REALLY weird.
I'm really wondering how ... |
Topic: HELP!troubled with AMI connect to a remote MQ server problem |
gteddy
Replies: 10 Views: 6330
|
Forum: IBM MQ API Support Posted: Sat Aug 26, 2006 4:13 am Subject: HELP!troubled with AMI connect to a remote MQ server problem |
thanks for help, wschutz .
i refered to AMI document and found the explanation of Error codes there .
But i still can't figure out anything wrong in my configuration or programme according to the e ... |
Topic: HELP!troubled with AMI connect to a remote MQ server problem |
gteddy
Replies: 10 Views: 6330
|
Forum: IBM MQ API Support Posted: Fri Aug 25, 2006 8:22 pm Subject: HELP!troubled with AMI connect to a remote MQ server problem |
Those are all really horrible names - "manager", "servercon", etc. I hope they've been changed to protect the guilty.
AMI is not supported any more. Under what context are you using it?
man,I ... |
Topic: HELP!troubled with AMI connect to a remote MQ server problem |
gteddy
Replies: 10 Views: 6330
|
Forum: IBM MQ API Support Posted: Fri Aug 25, 2006 7:48 am Subject: HELP!troubled with AMI connect to a remote MQ server problem |
i'm using AMI to connect to a remote server.
below is my configuration files:
amthost.xml
<queueManagerNames
defaultConnection = "Manager"
connectionNames1=" ... |