Author |
Message |
Topic: Integrating Microsoft Azure PaaS with WMQ |
shashikanth_in
Replies: 14 Views: 20916
|
Forum: General IBM MQ Support Posted: Mon Sep 29, 2014 1:55 am Subject: Integrating Microsoft Azure PaaS with WMQ |
MQ V8 supports SSL/TLS in both .NET managed and unmanaged mode as documented here: http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.pro.doc/q120370_.htm |
Topic: How to retrieve names of objects in a queue manager |
shashikanth_in
Replies: 6 Views: 12398
|
Forum: IBM MQ API Support Posted: Wed Jul 03, 2013 3:16 am Subject: PCF classes in MQ .NET |
There is certain level of PCF support in MQ .NET classes. There is IBM.WMQ.PCF namespace that can be used to run PCF commands but it is undocumented and have not been updated since MQ v7. So some attr ... |
Topic: MQ 7.1 (.net) entry point not found |
shashikanth_in
Replies: 21 Views: 25209
|
Forum: IBM MQ API Support Posted: Mon Jul 30, 2012 7:36 pm Subject: MQ 7.1 (.net) entry point not found |
There have been lot of changes to MQ .NET since MQ 5.3. With MQ v7.1 you have multi version installation where in more than one version of MQ can be installed on the same system.
The error you are ... |
Topic: upgrade Websphere MQ Client v7.0.1.2 to v7.1in managed mode |
shashikanth_in
Replies: 16 Views: 19886
|
Forum: IBM MQ API Support Posted: Thu Apr 12, 2012 6:27 am Subject: Re: upgrade Websphere MQ Client v7.0.1.2 to v7.1in managed m |
Hi all! We are trying to upgrade Websphere MQ to version 7.1. In our current configuration, MQ Server version is 6.0.2.7 and MQ Client version is 7.0.1.2, with Message Service Client for .NET version ... |
Topic: XMS - NullReferenceException at IBM.WMQ.Nmqi.UnmanagedNmqiMQ |
shashikanth_in
Replies: 28 Views: 36619
|
Forum: IBM MQ API Support Posted: Thu Mar 29, 2012 8:27 pm Subject: XMS - NullReferenceException at IBM.WMQ.Nmqi.UnmanagedNmqiMQ |
1 XMS is less performing than native MQ, altough XMS has an asynchronous message receiver that I don't see on NativeMQ APIs. At least I'm not aware of such a feature in Native MQ .NET API. and I can't ... |
Topic: XMS Message Property Error |
shashikanth_in
Replies: 4 Views: 17506
|
Forum: IBM MQ API Support Posted: Thu Mar 29, 2012 5:50 am Subject: XMS Message Property Error |
mcd.msd is a WMQ specific attribute. mcd.msd attribute contains message type and valid message types are "jms_text", "jms_bytes", "jms_object", "jms_map", " ... |
Topic: Error when trying to register dll using C++ XMS |
shashikanth_in
Replies: 7 Views: 9461
|
Forum: IBM MQ API Support Posted: Fri Nov 18, 2011 12:45 am Subject: Error when trying to register dll using C++ XMS |
XMS requires MQ C Client to be installed if your connecting to a MQ Queue manager. XMS also provides connectivity to Default Messaging engine of WebSphere Application Server. If you are connecting to ... |
Topic: Getting tired of XMS |
shashikanth_in
Replies: 8 Views: 10987
|
Forum: IBM MQ API Support Posted: Wed Nov 09, 2011 1:20 am Subject: Getting tired of XMS |
Almost directly new problems was discovered....
What is the new problem you are getting?
What exception are you getting? |
Topic: Getting tired of XMS |
shashikanth_in
Replies: 8 Views: 10987
|
Forum: IBM MQ API Support Posted: Wed Nov 09, 2011 1:18 am Subject: Getting tired of XMS |
Does NMS support IBM MQ also? |
Topic: MQ Messages with RFH2 Header |
shashikanth_in
Replies: 4 Views: 10700
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Sep 06, 2011 8:46 pm Subject: MQ Messages with RFH2 Header |
You could look at using MQ JMS to publish message? |
Topic: FTE Monitoring Question |
shashikanth_in
Replies: 13 Views: 17687
|
Forum: IBM MQ File Transfer Edition Posted: Tue Aug 09, 2011 8:11 pm Subject: FTE Monitoring Question |
AFIK FTE keeps track of the file contents after every poll interval. This is to make sure that it does not transfer the same file again if there are no changes to file. Not sure if the same applies to ... |
Topic: FTE Monitoring Question |
shashikanth_in
Replies: 13 Views: 17687
|
Forum: IBM MQ File Transfer Edition Posted: Mon Aug 08, 2011 7:38 pm Subject: FTE Monitoring Question |
What sort of file matching pattern you have set? Is there a reason behind keeping the file at source after transfer is done? 20000 files per day mean a lot I believe. For example, on 8th day you have ... |
Topic: JMS_IBM_RETAIN and the .NET API |
shashikanth_in
Replies: 10 Views: 9985
|
Forum: IBM MQ API Support Posted: Fri Aug 05, 2011 7:06 pm Subject: JMS_IBM_RETAIN and the .NET API |
As Vitor said, you need to know the difference between a persistent message and retained publication.
Anyway here is code snippet that publishes a retained publication.
ITextMessage msg = sessio ... |
Topic: Need info on BACKOUTCOUNT |
shashikanth_in
Replies: 7 Views: 6037
|
Forum: IBM MQ Java / JMS Posted: Thu May 12, 2011 2:55 am Subject: Need info on BACKOUTCOUNT |
Have you looked at documentation of MQINQ API? BackoutThreshold attribute of queue. |
Topic: Set message properties using MQSETMP in C++ |
shashikanth_in
Replies: 11 Views: 13984
|
Forum: IBM MQ API Support Posted: Fri May 06, 2011 3:50 am Subject: Set message properties using MQSETMP in C++ |
No, MQSETMP is not available in MQ C++ interface. It's only in C interface. |