Author |
Message |
Topic: Performance problem using Get |
palaslet
Replies: 17 Views: 15034
|
Forum: IBM MQ API Support Posted: Thu Mar 17, 2011 11:49 pm Subject: Performance problem using Get |
Hi all,
I've solved the problem.
Turns out (of course) that the problem was in my coding. The environment i tested from was a highly dynamic multi threaded environment, and one of the th ... |
Topic: Performance problem using Get |
palaslet
Replies: 17 Views: 15034
|
Forum: IBM MQ API Support Posted: Wed Mar 16, 2011 12:27 am Subject: Performance problem using Get |
I totally agree. The odd thing is that I can reproduce this both locally on an inhouse MQ server, and at the customer at their MQ server.
If it's worth anything I'll try to create a standalone cons ... |
Topic: Performance problem using Get |
palaslet
Replies: 17 Views: 15034
|
Forum: IBM MQ API Support Posted: Tue Mar 15, 2011 7:30 am Subject: Performance problem using Get |
mq level is the version. e.g. 6.0.1.13 or whatever. type "dspmqver" on the server, it should show you the version.
Name: WebSphere MQ
Version: 6.0.0.0
CMVC level: p000-L ... |
Topic: Performance problem using Get |
palaslet
Replies: 17 Views: 15034
|
Forum: IBM MQ API Support Posted: Tue Mar 15, 2011 7:29 am Subject: Performance problem using Get |
That varies greatly as they are messages to customs authorities around the world describing the goods they want to import/export. One message can have 1 goods line, or 1000 goodslines depending of the ... |
Topic: Performance problem using Get |
palaslet
Replies: 17 Views: 15034
|
Forum: IBM MQ API Support Posted: Tue Mar 15, 2011 7:06 am Subject: Performance problem using Get |
Here's a better code example with some test results:
1. This code fetches 200 messages in 10 seconds.
using (MQQueue mqQueue = mqQMgr.AccessQueue(connectionParameters.QueueName, MQC.MQOO ... |
Topic: Performance problem using Get |
palaslet
Replies: 17 Views: 15034
|
Forum: IBM MQ API Support Posted: Tue Mar 15, 2011 7:03 am Subject: Performance problem using Get |
I'm sorry, but that won't help me. I'll try to be more accurate in my problem description:
I need to:
1. fetch a message from MQ
2. Validate and transform it
3. Put it into the database (Oracle) ... |
Topic: Performance problem using Get |
palaslet
Replies: 17 Views: 15034
|
Forum: IBM MQ API Support Posted: Tue Mar 15, 2011 6:46 am Subject: Performance problem using Get |
Thanks for the suggestion.
How do I best implement syncpointing in C#?
I'm somewhat unfamiliar with the MQ inner functionality and all its possibilities. Earlier we were dealing with much less d ... |
Topic: Performance problem using Get |
palaslet
Replies: 17 Views: 15034
|
Forum: IBM MQ API Support Posted: Tue Mar 15, 2011 6:02 am Subject: Performance problem using Get |
Sorry...
Platform: Windows
MQ Level: ???? What do you mean by that?
Language: C#
I've tried several different commit configurations, but it doesn't seem to have any effect.
List<WebS ... |
Topic: Performance problem using Get |
palaslet
Replies: 17 Views: 15034
|
Forum: IBM MQ API Support Posted: Tue Mar 15, 2011 5:48 am Subject: Performance problem using Get |
Hi all,
I'm currently developing an application to fetch messages from IBM MQ, do some custom validation and parsing, and then putting the result into a database.
Traffic is quite high, and it's ... |