Author |
Message |
Topic: [Solved] API Problem |
arunmakhija
Replies: 2 Views: 2623
|
Forum: IBM MQ API Support Posted: Wed Feb 12, 2003 6:27 pm Subject: [Solved] API Problem |
Thanks for the tip
I cleaned up all mq related DLLs and it worked
joey |
Topic: MQ series problem please reply asap |
arunmakhija
Replies: 29 Views: 23393
|
Forum: General IBM MQ Support Posted: Wed Feb 12, 2003 9:42 am Subject: MQ series problem please reply asap |
Hi Kumar
Can you send me the program which prints the Dead letter Queue Header
I am having same kind of problems and need to to the reason code why my mesgs is in dead letter queue
regards
Joe ... |
Topic: [Solved] API Problem |
arunmakhija
Replies: 2 Views: 2623
|
Forum: IBM MQ API Support Posted: Tue Feb 11, 2003 6:42 pm Subject: [Solved] API Problem |
hae MQ server installed on my Win 2K box
installation was fine and can use MQ explorer and graphic stuff just fine
but when i write any code in c or java like sample get / put
i get a windows pop u ... |
Topic: DEAD LETTER QUEUE |
arunmakhija
Replies: 1 Views: 1817
|
Forum: General IBM MQ Support Posted: Tue Feb 11, 2003 5:38 pm Subject: DEAD LETTER QUEUE |
HI
I have an application sending messages through
Remote Definition-XMITQ-SDR CHL--RCVRCHL-LOCAL Q on remote HOST
and from XMIT Q the msgs are going on DEAD LETTER Q.
I want to see the reason ... |
Topic: JAVA API JAVADOC ? |
arunmakhija
Replies: 12 Views: 8132
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 07, 2003 9:42 am Subject: JAVA API JAVADOC ? |
HP-UX 11.0 |
Topic: JAVA API JAVADOC ? |
arunmakhija
Replies: 12 Views: 8132
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 06, 2003 3:37 pm Subject: JAVA API JAVADOC ? |
The 'unable to load message catalog' message has been addressed a bunch of times on this site. You need to add the directory of the mqji.properties file to your classpath.
I tried this but doesn't ... |
Topic: PCFMessageAgent Query |
arunmakhija
Replies: 0 Views: 1739
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 06, 2003 12:01 pm Subject: PCFMessageAgent Query |
Hi
I had some question on the PCFMessageAgent in PCF classes for Java.
The scenario:
In the assignement I am doing I need to query/INQUIRE the queue/process in some order like I INQUIRE_QUEUE t ... |
Topic: Problem with PCF Java Classes |
arunmakhija
Replies: 0 Views: 1445
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 02, 2003 4:04 pm Subject: Problem with PCF Java Classes |
Hi
I am trying to retrieve Queue Attributes using PCF Classes and if I
INQUIRE only 1 queue the code works fine
request = new PCFMessage (CMQCFC.MQCMD_INQUIRE_Q);
request.addParameter & ... |
Topic: JAVA API JAVADOC ? |
arunmakhija
Replies: 12 Views: 8132
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 27, 2002 11:10 am Subject: JAVA API JAVADOC ? |
HI Julien
Regarding your issue with finding if the queue is empty, you have two choices
1. Catch the exception and deal with it as if its normal return call from a method.
2. before you hit a GET ... |
Topic: Message Segmentation in MQJava |
arunmakhija
Replies: 0 Views: 1409
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 06, 2002 5:26 pm Subject: Message Segmentation in MQJava |
Hi
Does anyone have a sample code which uses MQJava to do Application Message segmentation
I tried the Queue Manager Segmentation and it worked I quite dont know how to use the appliction segmen ... |
Topic: How do I do segmentation with MQS for Java ? |
arunmakhija
Replies: 5 Views: 3729
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 06, 2002 5:00 pm Subject: How do I do segmentation with MQS for Java ? |
Hi AlexeiSkate
Can you please send me the java program you used to do a put with application segmenation
regards
arun
arunmakhija@yahoo.com |
Topic: its about JMS |
arunmakhija
Replies: 2 Views: 2428
|
Forum: IBM MQ API Support Posted: Fri Aug 02, 2002 11:56 am Subject: its about JMS |
Hey Bower
thanks for that but then what you think this method is useful for
I thought like the normal or conventional usage you use that to get/browse the messages selectively from a queue.
w ... |
Topic: MQSeries Pub/Sub |
arunmakhija
Replies: 5 Views: 7038
|
Forum: General IBM MQ Support Posted: Thu Aug 01, 2002 1:15 pm Subject: MQSeries Pub/Sub |
thanks scott |
Topic: its about JMS |
arunmakhija
Replies: 2 Views: 2428
|
Forum: IBM MQ API Support Posted: Thu Aug 01, 2002 1:10 pm Subject: its about JMS |
Can you set the message id of a message when sending the message by
using setJMSMessageID()
I tried that but after I sent the message but after that I checked the message Id it was set by ... |
Topic: MQSC or PCF |
arunmakhija
Replies: 2 Views: 2560
|
Forum: General IBM MQ Support Posted: Tue Jul 23, 2002 12:32 pm Subject: MQSC or PCF |
what is the difference in these two approaches in terms of
whats more appropriate or beneficial
1. Creating a file containing mqsc commands to create
objects say queues/channels etc
2. Doing t ... |