Author |
Message
|
mbprimer |
Posted: Thu Jul 19, 2007 4:31 pm Post subject: Splitting messages by JMS ? |
|
|
Novice
Joined: 25 Mar 2007 Posts: 21
|
Hi All,
My Environment is MB V5,MQ 5.3 on AIX.
I req's are as follows.
a.
The JMS application will split the large data and send a number of messages to Broker using MQ. How this will be done on JMS side?Using Grouping or Segmentation?
b.
How the broker(which field in ESQL) will know the End of the message in a group?
c.
Broker process each message and format a FF message and propagates(Because each output msg is > 4 MB) to Mainframe queue.
Thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jul 19, 2007 4:57 pm Post subject: Re: Splitting messages by JMS ? |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
JMS supports neither grouping nor segmentation, I believe. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jul 20, 2007 11:50 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Jeff you sure about not supporting grouping?
I thought you could do grouping if not with JMS properties at least with JMSX_IBM properties...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mbprimer |
Posted: Fri Jul 20, 2007 2:08 pm Post subject: Splitting messages by JMS |
|
|
Novice
Joined: 25 Mar 2007 Posts: 21
|
Jeff/fjb_saper,
I have gone through the forum and IBM and i found the following interesting fields
msg.setStringProperty("JMSXGroupSeq", "1");
msg.setStringProperty("JMSXGroupID", "myGroupId");
msg.setStringProperty("JMS_IBM_Last_Msg_In_Group", "true");
With the help of above stmts i think the JMS application can send the messages to WBI as a group.
Jeff/fjb_saper: i have one more question:
what's the Maximum size that a jms applcation can send to Broker thru IBM MQ V 5.3. |
|
Back to top |
|
 |
EddieA |
Posted: Fri Jul 20, 2007 2:42 pm Post subject: Re: Splitting messages by JMS |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
mbprimer wrote: |
Jeff/fjb_saper: i have one more question:
what's the Maximum size that a jms applcation can send to Broker thru IBM MQ V 5.3. |
The same as any other MQ application: 100MB.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jul 20, 2007 2:55 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
fjb_saper wrote: |
Jeff you sure about not supporting grouping? |
If I were sure, I wouldn't have used "I believe".
Probably, though, I should have used "I think." _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|