Author |
Message |
Topic: System Hangs when creating object in C# |
saketr
Replies: 1 Views: 4230
|
Forum: IBM MQ API Support Posted: Mon Mar 12, 2007 1:20 pm Subject: System Hangs when creating object in C# |
Sorry, but your post made little sense to me. Please could you try to rephrase or clarify what you think is a MQ defect?
Warm regards,
Saket
a Hursley view on WebSphere MQ @ http://hursleyonwmq ... |
Topic: Problem while using MQ series through .Net 2.0 |
saketr
Replies: 3 Views: 5923
|
Forum: General Discussion Posted: Sat Feb 24, 2007 10:22 am Subject: Problem while using MQ series through .Net 2.0 |
.NET 2.0 is supported, according to XMS .NET aka IA9H readme here:
ftp://ftp.software.ibm.com/software/integration/support/supportpacs/individual/ia9h.readme.txt
--
a Hursley view on WebSpher ... |
Topic: JMS for C++ |
saketr
Replies: 3 Views: 7654
|
Forum: IBM MQ API Support Posted: Sat Feb 24, 2007 10:19 am Subject: JMS for C++ |
You should look at support IA94 here:
http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg24007092&loc=en_US&cs=utf-8&lang=en
As Vitor mentioned, there is a facility to send t ... |
Topic: XMS C/C++: Help needed |
saketr
Replies: 13 Views: 26798
|
Forum: IBM MQ API Support Posted: Sat Feb 24, 2007 10:15 am Subject: XMS C/C++: Help needed |
It is difficult to determine the exact nature of the problem with the provided information. Please make sure you're running in a supported enviornment (see readme for info) and that you can use a conn ... |
Topic: Problem with XMS |
saketr
Replies: 2 Views: 4684
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Feb 24, 2007 10:12 am Subject: Problem with XMS |
It appears that you do not have the pre-requisite level of 'MQ classes for .NET'. See the readme for supported environments and version info.
--
a Hursley view on WebSphere MQ @ http://hursleyon ... |
Topic: MQ V6 Broker problem |
saketr
Replies: 10 Views: 18336
|
Forum: IBM MQ API Support Posted: Sat Feb 24, 2007 10:07 am Subject: MQ V6 Broker problem |
1) More abstraction level reduces performance and, does not help understand low-level problems.
True. But, would you program in assembly?
2) I'm not sure RFH (version 1) is supported by XM ... |
Topic: Pub Sub without JMS - is it possible ??? |
saketr
Replies: 13 Views: 14366
|
Forum: General Discussion Posted: Sat Feb 24, 2007 10:04 am Subject: Pub Sub without JMS - is it possible ??? |
It is non-trivial to do your own Pub/Sub headers. You should really consider JMS or XMS.
--
a Hursley view on WebSphere MQ @ http://hursleyonwmq.wordpress.com |
Topic: C# Security Exit |
saketr
Replies: 26 Views: 38688
|
Forum: IBM MQ API Support Posted: Sat Feb 24, 2007 10:02 am Subject: C# Security Exit |
Hi there,
IBM.WMQ entities are 'WebSphere MQ classes for .NET' and IBM.XMS entities are 'IBM Message Service Client for .NET' or XMS .NET or IA9H.
According to IA9H readme:
ftp://ftp.software.i ... |
Topic: How to begin using XMS |
saketr
Replies: 3 Views: 8657
|
Forum: General Discussion Posted: Sat Feb 24, 2007 9:58 am Subject: How to begin using XMS |
Perhaps a screen scrape would help:
C:\Program Files\IBM\Message Service Client for .NET\tools\samples\bin>SampleProducerCS.exe
Enter '?' for help with any question.
Desired mode to ru ... |
Topic: Simplest WebSphere MQ Publish/Subscribe…ever! |
saketr
Replies: 1 Views: 2942
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 13, 2007 4:48 pm Subject: Simplest WebSphere MQ Publish/Subscribe…ever! |
Hi there,
I thought you might be interested in this blog entry at the WMQ blog by Hursley folks!:
http://hursleyonwmq.wordpress.com/2007/02/13/simplest-websphere-mq-publishsubscribeever/
Warm ... |
Topic: OutofMemoryError in Tomcat for JMS/MQ Browse |
saketr
Replies: 7 Views: 8335
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 29, 2006 1:50 pm Subject: OutofMemoryError in Tomcat for JMS/MQ Browse |
Some thoughts:
a) Specify heap options for the tomcat JVM, basic ones are -Xms and -Xmx
b) Monitor the heap usage using -verbose:gc
c) Advanced diagnostics - heap dumps and heap diffs
If using ... |
Topic: accessQueue method - a basic question |
saketr
Replies: 9 Views: 9778
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 29, 2006 1:44 pm Subject: accessQueue method - a basic question |
Some thoughts based on .NET syntax (very similar to Java):
Assuming that you have QM1 and QM2, with local queue 'a' on QM1 and local queue 'b' on QM2 and that you are connected to QM1 initially (i. ... |
Topic: Need major help coding HPUX C for MQSeries JMS. |
saketr
Replies: 28 Views: 24528
|
Forum: IBM MQ API Support Posted: Thu Aug 24, 2006 1:31 am Subject: Re: Need major help coding HPUX C for MQSeries JMS. |
I've searched the IBM site and this site for several days and can't really find an answer. Although I have seen mention of XMS here, but can't find an HPUX XMS on the IBM site.
Any help would be g ... |
Topic: The connection problem of Reason Code 2195 |
saketr
Replies: 5 Views: 7335
|
Forum: General IBM MQ Support Posted: Thu Aug 24, 2006 12:59 am Subject: The connection problem of Reason Code 2195 |
Please could you try with the latest fixpack 6.0.1.1 available for immediate download here:
http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg27006037
Also, what API are you using to re ... |
Topic: VB.Net impossible to Put message(with .net framework 2.0) |
saketr
Replies: 40 Views: 46742
|
Forum: IBM MQ API Support Posted: Wed Aug 23, 2006 5:58 am Subject: VB.Net impossible to Put message(with .net framework 2.0) |
You may find XMS .NET v1.2.2.0 useful. The readme for it suggests that it supports .NET 2.0. There is a comprehensive manual and some sample applications that might be interesting.
http://www-1.ibm ... |