Author |
Message |
Topic: Max Size of Message ( MAXMSGL ) |
jed
Replies: 10 Views: 9648
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jan 24, 2006 11:27 am Subject: Max Size of Message ( MAXMSGL ) |
rule of thumb, first compute for the maximum message size that you will send and receive.
then with this, you go ahead and set the maximum message lengths on the queues, qmgr and channels.
alway ... |
Topic: Problem creatinchannel between QM on Windows and QM on Linux |
jed
Replies: 6 Views: 5215
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jan 04, 2006 12:54 pm Subject: Problem creatinchannel between QM on Windows and QM on Linux |
Ping isn't enough... It will only show that the XP can detect the connection to the LINUX machine. As per Jeff's email, try doing a telnet from XP to LINUX and vice versa.
Can you tell us what MQ v ... |
Topic: Basic configuration of QM |
jed
Replies: 3 Views: 3846
|
Forum: General IBM MQ Support Posted: Fri Jul 08, 2005 9:03 am Subject: Basic configuration of QM |
and maybe this may help....... click on the documentation link above...
try to read first and ask questions later. |
Topic: How to get a pdf into the buffer (no referance messages) |
jed
Replies: 27 Views: 30943
|
Forum: IBM MQ API Support Posted: Fri Dec 31, 2004 4:31 pm Subject: How to get a pdf into the buffer (no referance messages) |
Lemme get this straight.....
You're just trying to GET messages that you've PUT, right?
In order to read all the messages in a queue... You just need to do...
iMsgLen = 50;
do
{
md.MsgId = ... |
Topic: How to get a pdf into the buffer (no referance messages) |
jed
Replies: 27 Views: 30943
|
Forum: IBM MQ API Support Posted: Thu Dec 30, 2004 10:11 pm Subject: How to get a pdf into the buffer (no referance messages) |
What are you trying to do?
You're trying to PUT (and probably GET) .PDF right?
And you need to pass the filename?
Well, I'm not really an expert yet. But, what I can advice you is you can probab ... |
Topic: How to get a pdf into the buffer (no referance messages) |
jed
Replies: 27 Views: 30943
|
Forum: IBM MQ API Support Posted: Tue Dec 28, 2004 2:53 pm Subject: How to get a pdf into the buffer (no referance messages) |
Well, sorry I didn't reply to my posting.
I was able to resolve my problem.
I was able to create C program as well as a Java program.
And, I can send/receive any type of file.
The file size can be ... |
Topic: H E L P !!!!! Java program that will be triggered... |
jed
Replies: 16 Views: 12655
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 04, 2004 10:14 pm Subject: H E L P !!!!! Java program that will be triggered... |
IT WORKED!!!!!!
I just modified the script that i was using to run the java program...
Here's the script..... Doggone it! I've already defined the CLASSPATH and LIBPATH on the .profile.... How com ... |
Topic: H E L P !!!!! Java program that will be triggered... |
jed
Replies: 16 Views: 12655
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 04, 2004 10:10 pm Subject: H E L P !!!!! Java program that will be triggered... |
i've already set the LIBPATH... i'm using AIX 5.1
its set as.... export LIBPATH=/usr/mqm/java/lib as per IBM docs. |
Topic: H E L P !!!!! Java program that will be triggered... |
jed
Replies: 16 Views: 12655
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 04, 2004 9:59 pm Subject: H E L P !!!!! Java program that will be triggered... |
this is my classpath and libpath.....
/mrv/home/apmrv/bin>echo $CLASSPATH
/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/samp/java/base:.
/ ... |
Topic: H E L P !!!!! Java program that will be triggered... |
jed
Replies: 16 Views: 12655
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 04, 2004 9:55 pm Subject: H E L P !!!!! Java program that will be triggered... |
hhhmm..... i don't know if it worked...
but, i got this output from my trigger monitor apps.
/mrv/home/apmrv/bin>runmqtrm -m QM.R501780 -q SYSTEM.DEFAULT.INITIATION.QUEUE
5724-B41 (C) Copyr ... |
Topic: H E L P !!!!! Java program that will be triggered... |
jed
Replies: 16 Views: 12655
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 04, 2004 9:34 pm Subject: H E L P !!!!! Java program that will be triggered... |
but, i already have fix-pack CSD 05....
still doesn't work?
so, i just do.... export AMQ_NO_SIGWAIT_SIGTRAP=1? |
Topic: H E L P !!!!! Java program that will be triggered... |
jed
Replies: 16 Views: 12655
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 04, 2004 9:03 pm Subject: H E L P !!!!! Java program that will be triggered... |
this is for mr. siliconfish....
i've modified my program to display (System.out.println()) as shown below.....
public static String getMQ(String sQmgr, String sQueue)
{
... |
Topic: H E L P !!!!! Java program that will be triggered... |
jed
Replies: 16 Views: 12655
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 04, 2004 8:59 pm Subject: H E L P !!!!! Java program that will be triggered... |
for ms. vennela here is the result of my mqrc run....
/mrv/home/apmrv/bin>mqver
Name: WebSphere MQ
Version: 530.5 CSD05
CMVC level: p530-05-L030926
BuildType: IKAP - (Producti ... |
Topic: H E L P !!!!! Java program that will be triggered... |
jed
Replies: 16 Views: 12655
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 04, 2004 8:40 pm Subject: H E L P !!!!! Java program that will be triggered... |
it doesn't work meaning......
when i run the java program on the $ prompt.... it gets (MQGET) the message from the queue....
but, when it is run via the queue trigger/process... it doesn't work.
no ... |
Topic: H E L P !!!!! Java program that will be triggered... |
jed
Replies: 16 Views: 12655
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 04, 2004 8:26 pm Subject: H E L P !!!!! Java program that will be triggered... |
I've setup a queue that will trigger a script that contains a java program.
This java program will only just get a message from a queue.
* Why does the segment below don't work?
I'm focusing o ... |