Author |
Message |
Topic: How to Group the segmented Messages? |
Krishna_Bhaskar_Vonteddu
Replies: 14 Views: 10373
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 03, 2005 11:03 am Subject: How to Group the segmented Messages? |
wschutz, specifically I too dont know the reason why it is doing so. But this is not the first time I have faced this problem. I came across this first time when 'I want to read the messages from a qu ... |
Topic: How to Group the segmented Messages? |
Krishna_Bhaskar_Vonteddu
Replies: 14 Views: 10373
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 03, 2005 6:12 am Subject: How to Group the segmented Messages? |
Hai Eddie I have increased the length of the SYSTEM.DEF.SVRCONN channel. But using the above code and running it, it is going into infinite loop.
thanx |
Topic: How to Group the segmented Messages? |
Krishna_Bhaskar_Vonteddu
Replies: 14 Views: 10373
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 02, 2005 12:58 pm Subject: How to Group the segmented Messages? |
hai wschutz,we have to specify MQC.MQGMO_ACCEPT_TRUNCATED_MSG this field ,if not we will get 2010 reason code as exception which is
MQRC_DATA_LENGTH_ERROR .
thanx. |
Topic: How to Group the segmented Messages? |
Krishna_Bhaskar_Vonteddu
Replies: 14 Views: 10373
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 02, 2005 12:52 pm Subject: How to Group the segmented Messages? |
Hai fjb_saper,
how to max the sizes of the fields like buffer/channel... through the program. |
Topic: How to Group the segmented Messages? |
Krishna_Bhaskar_Vonteddu
Replies: 14 Views: 10373
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 02, 2005 12:37 pm Subject: How to Group the segmented Messages? |
Hello Guys,
I have performed Message Segmentation. It is working fine. Now the problem is I want to get the message again as it was in the original state that is it should be grouped(or combined) aga ... |
Topic: Segmentation Problem. |
Krishna_Bhaskar_Vonteddu
Replies: 3 Views: 3042
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 26, 2005 10:08 am Subject: Segmentation Problem. |
First thanx Eddie,I has found the segmentation at the following site:
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzal.doc/usesync.htm
and if the field spec ... |
Topic: Segmentation Problem. |
Krishna_Bhaskar_Vonteddu
Replies: 3 Views: 3042
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 26, 2005 5:53 am Subject: Segmentation Problem. |
Hello everybody,
Iam trying to put a meesage in a localqueue using java base api program. The message length is more than 4mb. So my intension is that the message should be segmented and those segme ... |
Topic: how to put a file in a queue using java |
Krishna_Bhaskar_Vonteddu
Replies: 25 Views: 17906
|
Forum: IBM MQ API Support Posted: Tue Oct 25, 2005 6:51 am Subject: Hai Kalyani this snippet may help u |
import com.ibm.mq.*;
import java.io.*;
public class MQPut
{
public static void main(String args[]) throws Exception
{
System.out.println("MQPutDemo started...");
MQQueueManager qMgr = ... |
Topic: Problem with JMS program |
Krishna_Bhaskar_Vonteddu
Replies: 2 Views: 2964
|
Forum: IBM MQ API Support Posted: Fri Sep 16, 2005 1:02 pm Subject: Problem with JMS program |
Hai Everybody,Im having a funny problem with JMS Programs.
I have written two programs :one is 'WriteToQueue' which writes a msg to the queue and another is 'ReadFromQueue' which reads the message wr ... |
Topic: About Segmentation |
Krishna_Bhaskar_Vonteddu
Replies: 2 Views: 2621
|
Forum: IBM MQ API Support Posted: Thu Sep 08, 2005 12:31 pm Subject: About Segmentation |
Hai, I just want the basics of Segmentation of a bulky messages in MQ?Can any body guide me and give me a solution. |
Topic: problem with installation |
Krishna_Bhaskar_Vonteddu
Replies: 2 Views: 2019
|
Forum: IBM MQ API Support Posted: Mon Sep 05, 2005 11:56 am Subject: problem with installation |
After finishing of installation default setup is not getting completed and due to that queue managers are not getting created ,saying that "Websphere error(893) has occured". |