Author |
Message |
Topic:Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
codemonkey
Replies: 34 Views: 25171
|
Forum:IBM MQ API Support Posted: Mon Sep 13, 2010 10:17 am Subject: Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
5 million messages in 15hrs is about less than 100 messages/second. Is there some kind of pattern of message sends? do you expect the message send to be spread evenly across 15hour time?
Do you wan ... |
Topic:Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
codemonkey
Replies: 34 Views: 25171
|
Forum:IBM MQ API Support Posted: Thu Sep 02, 2010 6:11 am Subject: Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
If you're confused about that part, you may want to engage a consultant.
lol, which is exactly why this is documented so poorly.
Ok. Clearly I'm not going to get what I need from here.
... |
Topic:Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
codemonkey
Replies: 34 Views: 25171
|
Forum:IBM MQ API Support Posted: Wed Sep 01, 2010 4:20 pm Subject: Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
XMS tries to be provider neutral, like JMS, even though it is shipped as a WMQ supportPac/part of the WMQ product.
WpmFactoryImpl may be the implementation factory for WebSphere SIBus.
It's real ... |
Topic:Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
codemonkey
Replies: 34 Views: 25171
|
Forum:IBM MQ API Support Posted: Wed Sep 01, 2010 11:59 am Subject: Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
Thanks for the replies guys. Though it may not seem like, its been helpful.
Do either of you know the difference between these two factory assemblies?
"IBM.XMS.Impl.WmqiFactoryFactoryImpl&q ... |
Topic:Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
codemonkey
Replies: 34 Views: 25171
|
Forum:IBM MQ API Support Posted: Wed Sep 01, 2010 8:45 am Subject: Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
Also, just because the version # is the same, doesn't mean that the actual code is quite the same.
You might, for example, find that there are more IBM.XMS.<*>.DLL files in the product instal ... |
Topic:Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
codemonkey
Replies: 34 Views: 25171
|
Forum:IBM MQ API Support Posted: Wed Sep 01, 2010 6:57 am Subject: Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
@mqjeff
Thank you for the clear explanation. Can you tell me why I should be using the XMS assembly from the client install rather than the supportpac?
I did a BitDiffer on the 2 assemblies to c ... |
Topic:Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
codemonkey
Replies: 34 Views: 25171
|
Forum:IBM MQ API Support Posted: Tue Aug 31, 2010 1:10 pm Subject: Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
referenced amqmdnet and specified "Using".
Alas, that's for .NET API, not XMS for .NET.
Regardless, it should be the assembly that comes with the client install, and not referencing an ... |
Topic:Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
codemonkey
Replies: 34 Views: 25171
|
Forum:IBM MQ API Support Posted: Mon Aug 30, 2010 11:57 am Subject: Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
Great. What do I need to do to remedy the corruption? Do I need to uninstall the client and re-install?
It would have been nice if IBM would have put a note about that on the download si ... |
Topic:Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
codemonkey
Replies: 34 Views: 25171
|
Forum:IBM MQ API Support Posted: Mon Aug 30, 2010 6:52 am Subject: Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
Thanks for the replies.
@fjb_saper: Well, we're using version 7. Thought that was the latest version. Interesting I didn't know that MQ serializes. I downloaded IA9H from IBM's site, so I'm assumin ... |
Topic:Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
codemonkey
Replies: 34 Views: 25171
|
Forum:IBM MQ API Support Posted: Sat Aug 28, 2010 9:58 am Subject: Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
Thanks for the replies.
@fjb_saper: Well, we're using version 7. Thought that was the latest version. Interesting I didn't know that MQ serializes. I downloaded IA9H from IBM's site, so I'm assumin ... |
Topic:Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
codemonkey
Replies: 34 Views: 25171
|
Forum:IBM MQ API Support Posted: Fri Aug 27, 2010 12:52 pm Subject: Help With C# 4 Parallel Prog. and MQ Async Connection Archit |
Sorry ran out of room in the subject line. The last word is “Architecture”.
I’m working on a prototype for a very high volume application that does around 5 million transactions in a 15 hour ... |