Author |
Message |
Topic: Receive COA and COD segmented reports |
mathilda
Replies: 0 Views: 4255
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2011 2:15 am Subject: Receive COA and COD segmented reports |
Hi,
i use JAVA MQ API and send message with application segmentation ( i segment and fill offset, sequenceId) and with Report options for COD and COA.
Everything is fine - i have in my reply queue ... |
Topic: Segmentation without MQPMO_LOGICAL_ORDER |
mathilda
Replies: 0 Views: 2695
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 16, 2011 12:48 am Subject: Segmentation without MQPMO_LOGICAL_ORDER |
Hi,
i try to send a file with JAVA MQ Api with segmentation , but without using MQPMO_LOGICAL_ORDER.
But i'm little confused about ofset value.
Witch value of message length or data length should ... |
Topic: Java segmentation flags |
mathilda
Replies: 1 Views: 3139
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 29, 2010 5:13 am Subject: Java segmentation flags |
Hello,
i have some problem with segmentation and grouping when using Java.
In documentation about segmentation, grouping and logical order, i can't found nothing about message flags when using segm ... |
Topic: Migration from WMQ JMS to WMQ java |
mathilda
Replies: 8 Views: 6617
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 29, 2010 4:56 am Subject: Migration from WMQ JMS to WMQ java |
fjb_saper, you're right, but for segmentation in JMS message there isn't properties about segment, segmentation allowed or last segment.
This information is useful, because when trying to make applic ... |
Topic: Migration from WMQ JMS to WMQ java |
mathilda
Replies: 8 Views: 6617
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 24, 2010 1:09 am Subject: Migration from WMQ JMS to WMQ java |
Hi Matthew,
you're right for grouping - this is not problem on both "styles".
My current urgent problem is segmentation, because in my current implementation i realized segmentation on ap ... |
Topic: Migration from WMQ JMS to WMQ java |
mathilda
Replies: 8 Views: 6617
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 24, 2010 12:49 am Subject: Migration from WMQ JMS to WMQ java |
calanais, with JMS subscriber is create with special durable subscriber to identify.
Maybe have difference with Java MQ.
fjb_saper, my problem is very complex - i have JMS adapter that support lots ... |
Topic: Migration from WMQ JMS to WMQ java |
mathilda
Replies: 8 Views: 6617
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 21, 2010 2:27 am Subject: Migration from WMQ JMS to WMQ java |
Hi , i have lots of functionality for WMQ but with JMS.
Now i read for WMQ java, but i don't found nothing about listener mechanism .
My questions are:
- what about listener with WMQ java - can i ... |
Topic: WMQ 7.x JMS - distinguish grouping and segmentation |
mathilda
Replies: 2 Views: 2569
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 17, 2010 10:23 pm Subject: WMQ 7.x JMS - distinguish grouping and segmentation |
Ok, you're right - i use grouping to realize segmentation on application level.
I just split payload of message and send every segment as part of one group with sequence number.
This work for me, b ... |
Topic: WMQ 7.x JMS - distinguish grouping and segmentation |
mathilda
Replies: 2 Views: 2569
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 17, 2010 11:40 am Subject: WMQ 7.x JMS - distinguish grouping and segmentation |
Hi, i try to receive messages from WMQ 7.0.1 with simple JMS code.
But i have problem with grouping messages and segmented messages.
When have groupID property and sequence number, how i should proc ... |
Topic: WebSphere MQ v7.0 Publish/Subscribe segmented messages |
mathilda
Replies: 7 Views: 10223
|
Forum: IBM MQ API Support Posted: Wed Dec 02, 2009 6:49 am Subject: WebSphere MQ v7.0 Publish/Subscribe segmented messages |
bruce2359 :
i send 1 message who is split to 2 segments.
For example when i send to queue - i expect to see in MQ Explorer 2 messages.
About normal messages - i expect to receive messages with gor ... |
Topic: WebSphere MQ v7.0 Publish/Subscribe segmented messages |
mathilda
Replies: 7 Views: 10223
|
Forum: IBM MQ API Support Posted: Wed Dec 02, 2009 6:35 am Subject: WebSphere MQ v7.0 Publish/Subscribe segmented messages |
Version of WebSphere MQ is 7.0.1.0 (this is original installation without installed any refresh pack).
I saw that last refresh pack is 7.0.1.0 - i.e. refresh pack is here.
I send with JMS to Queu ... |
Topic: WebSphere MQ v7.0 Publish/Subscribe segmented messages |
mathilda
Replies: 7 Views: 10223
|
Forum: IBM MQ API Support Posted: Wed Dec 02, 2009 4:07 am Subject: WebSphere MQ v7.0 Publish/Subscribe segmented messages |
In WebSphere MQ v6.0 documentation have a limitation of using grouping and message segmentation:
Segmented messages are not supported by WebSphere MQ Publish/Subscribe. If a segmented message is s ... |
Topic: WMQ 7.x JMS and MQRFH2 |
mathilda
Replies: 1 Views: 3800
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 04, 2009 2:27 am Subject: WMQ 7.x JMS and MQRFH2 |
Hi,
i have a simple JMS example to send message.
This example work for WMQ 6.x :
if i set ((MQQueue) myQueue).setTargetClient(JMSC.MQJMS_CLIENT_NONJMS_MQ); message in queue is MQSTR ( i send Text m ... |
Topic: Recieved message characterSet? |
mathilda
Replies: 6 Views: 5491
|
Forum: IBM MQ Java / JMS Posted: Wed May 16, 2007 11:43 pm Subject: Recieved message characterSet? |
Thanks guys
If i understand correctly, when use TextMessage and send message - i set CCSID x of message and problem maybe is the conversion between CCSID of message and CCSID of QMNGR?
When receive ... |
Topic: Recieved message characterSet? |
mathilda
Replies: 6 Views: 5491
|
Forum: IBM MQ Java / JMS Posted: Wed May 16, 2007 10:26 am Subject: Recieved message characterSet? |
To set CONVERT on channel? |