Author |
Message |
Topic: Sending message with MQFMT_NONE becomes MQHFR2 |
stenix
Replies: 15 Views: 15221
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 14, 2010 1:25 am Subject: Sending message with MQFMT_NONE becomes MQHFR2 |
We have done some further testing and it turns out that the message format is set to MQRFH2 in MQ 6 regardless if there are properties in the message or not.
Sorry, we mixed up the test files. Whe ... |
Topic: Does explicit segmentation increase throughput? |
stenix
Replies: 7 Views: 4290
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 13, 2010 4:40 am Subject: Does explicit segmentation increase throughput? |
Thank you for your answers. |
Topic: Does explicit segmentation increase throughput? |
stenix
Replies: 7 Views: 4290
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 13, 2010 12:15 am Subject: Does explicit segmentation increase throughput? |
The message is *written* to the queue before syncpoint is complete, it's just not *available*.
So when is the data actually written to the queue? Is it on the message.put() or on the message.writ ... |
Topic: Sending message with MQFMT_NONE becomes MQHFR2 |
stenix
Replies: 15 Views: 15221
|
Forum: IBM MQ Java / JMS Posted: Sun Dec 12, 2010 11:45 pm Subject: Sending message with MQFMT_NONE becomes MQHFR2 |
Hi again,
We have done some further testing and it turns out that the message format is set to MQRFH2 in MQ 6 regardless if there are properties in the message or not.
It also turns out that the ... |
Topic: Does explicit segmentation increase throughput? |
stenix
Replies: 7 Views: 4290
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 10, 2010 7:56 am Subject: Does explicit segmentation increase throughput? |
I would say that throughput is the number of large messages that can be processed in a defined period of time regardless of when I start. Hmm, I guess I put the question wrong since I can see now that ... |
Topic: Sending message with MQFMT_NONE becomes MQHFR2 |
stenix
Replies: 15 Views: 15221
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 09, 2010 8:04 am Subject: Sending message with MQFMT_NONE becomes MQHFR2 |
The thing is that I do set some message properties but it was not part of the code snippet I posted earlier. I use ordinary MQ properties like this:
this.message.setStringProperty("jobId ... |
Topic: Sending message with MQFMT_NONE becomes MQHFR2 |
stenix
Replies: 15 Views: 15221
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 09, 2010 7:30 am Subject: Sending message with MQFMT_NONE becomes MQHFR2 |
Try setting CMQC.MQGMO_PROPERTIES_FORCE_MQRFH2
Edit: Err. Try setting the equivalent PMO property.
I cannot find any equivalent PMO and my problem is rather the opposite. The target is a MQ app ... |
Topic: Sending message with MQFMT_NONE becomes MQHFR2 |
stenix
Replies: 15 Views: 15221
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 09, 2010 6:58 am Subject: Sending message with MQFMT_NONE becomes MQHFR2 |
q.setTargetClient(JMSC.MQJMS_CLIENT_NONJMS_MQ);
But I am not using the jms API, I am using the java base api and there is no such method on the MQQueue class:
http://publib.boulder.ibm.com/infoc ... |
Topic: Does explicit segmentation increase throughput? |
stenix
Replies: 7 Views: 4290
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 09, 2010 6:37 am Subject: Does explicit segmentation increase throughput? |
Hi,
This concerns the standard java api to Websphere MQ.
In the api it is possible to do message segmentation explicitly as a complement of trusting this to the queue manager. We are facing quit ... |
Topic: Sending message with MQFMT_NONE becomes MQHFR2 |
stenix
Replies: 15 Views: 15221
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 09, 2010 5:58 am Subject: Sending message with MQFMT_NONE becomes MQHFR2 |
Hi,
Sorry, there was a bit of confusion here I think. I am using Websphere MQ 7.0.1, not the application server. I have never used the application server so I was not aware of the abbreviaiton WAS. ... |
Topic: Sending message with MQFMT_NONE becomes MQHFR2 |
stenix
Replies: 15 Views: 15221
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 09, 2010 12:39 am Subject: Sending message with MQFMT_NONE becomes MQHFR2 |
Hi,
No, I am not using the JMS API, I am using the java base API and that is why I was so surprised to see the MQHRF2 as message format. There is no JMS involved in any of the parts in this case.
... |
Topic: Sending message with MQFMT_NONE becomes MQHFR2 |
stenix
Replies: 15 Views: 15221
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 08, 2010 4:18 am Subject: Sending message with MQFMT_NONE becomes MQHFR2 |
Hi,
I am using the java api on Websphere 7.0.1 to send mq messages of both text and binary content. When I send a binary message, I set the message format to MQFMT_NONE. This works fine as long as ... |