Author |
Message |
Topic: setting MQMD_EXPIRY from XMS application |
darin.brown
Replies: 6 Views: 10098
|
Forum: IBM MQ API Support Posted: Thu May 12, 2011 6:14 am Subject: setting MQMD_EXPIRY from XMS application |
I grabbed the latest bits for both MQC and XMS and that fixed the problem we were having.
thanks all.. |
Topic: setting MQMD_EXPIRY from XMS application |
darin.brown
Replies: 6 Views: 10098
|
Forum: IBM MQ API Support Posted: Fri May 06, 2011 12:35 pm Subject: setting MQMD_EXPIRY from XMS application |
yes, our qmgr is v6.0.2.9 |
Topic: setting MQMD_EXPIRY from XMS application |
darin.brown
Replies: 6 Views: 10098
|
Forum: IBM MQ API Support Posted: Fri May 06, 2011 12:19 pm Subject: setting MQMD_EXPIRY from XMS application |
thanks, I hadn't seen that. though it does sound like there's some code changes that can be made on the XMS side to get around this even if we're using a v6 QM:
XMS .NET client product code is modi ... |
Topic: setting MQMD_EXPIRY from XMS application |
darin.brown
Replies: 6 Views: 10098
|
Forum: IBM MQ API Support Posted: Fri May 06, 2011 11:17 am Subject: setting MQMD_EXPIRY from XMS application |
We're running into issues where I can't seem to set the MQMD Expiry on my produced messages. It's being set aa MQEI_UNLIMITED according to the logs (basically not getting set) despite my best efforts. ... |
Topic: Connecting to an MQ Server without MQ Client installed |
darin.brown
Replies: 24 Views: 33170
|
Forum: IBM MQ API Support Posted: Tue Mar 08, 2011 1:58 pm Subject: Connecting to an MQ Server without MQ Client installed |
The WebSphere MQ Classes for .NET referenced in the Using .NET section of the manual doesn't support true pub/sub though, right? In order to get new messages, the client would have to perform a get(). ... |
Topic: Connecting to an MQ Server without MQ Client installed |
darin.brown
Replies: 24 Views: 33170
|
Forum: IBM MQ API Support Posted: Mon Mar 07, 2011 12:51 pm Subject: Connecting to an MQ Server without MQ Client installed |
well, we opened a PMR and IBM says you must install the MQC on the machine if you're going to connect to MQ. Nevermind the fact that there are a few threads, including this one, that have been able to ... |
Topic: Connecting to an MQ Server without MQ Client installed |
darin.brown
Replies: 24 Views: 33170
|
Forum: IBM MQ API Support Posted: Tue Jan 25, 2011 7:23 am Subject: Connecting to an MQ Server without MQ Client installed |
There doesn't appear to be any negative side effects if I just delete the mqm group post-install but our security folks don't accept that as a solution. Was hoping for an update from an IBM'er.. |
Topic: Connecting to an MQ Server without MQ Client installed |
darin.brown
Replies: 24 Views: 33170
|
Forum: IBM MQ API Support Posted: Mon Jan 17, 2011 6:36 am Subject: Connecting to an MQ Server without MQ Client installed |
there concern is the fact that the MQC install created a new group (mqm) in Windows which is against their policy. It seems silly but that's their policy and there's no getting around that (unless MQC ... |
Topic: Connecting to an MQ Server without MQ Client installed |
darin.brown
Replies: 24 Views: 33170
|
Forum: IBM MQ API Support Posted: Fri Jan 14, 2011 6:52 pm Subject: Connecting to an MQ Server without MQ Client installed |
Our security folks aren't allowing us to install the MQClient on our front end...
Do the security folks have a good business reason for this? Do they expect more security risk with WMQ client?
t ... |
Topic: XMS without MQ Installation |
darin.brown
Replies: 7 Views: 9301
|
Forum: IBM MQ API Support Posted: Fri Jan 14, 2011 6:50 pm Subject: XMS without MQ Installation |
our security folks won't let us install the MQC on our frontend machines
Why not?
the install of the MQC creates a new user group (mqm) on the machine and that's against their stated policy. It ... |
Topic: XMS without MQ Installation |
darin.brown
Replies: 7 Views: 9301
|
Forum: IBM MQ API Support Posted: Fri Jan 14, 2011 2:45 pm Subject: XMS without MQ Installation |
we're in a similar situation as our security folks won't let us install the MQC on our frontend machines. I've got the latest XMS installed as well as the v7.0.1.3 MQC and .NET4 in our development env ... |
Topic: Connecting to an MQ Server without MQ Client installed |
darin.brown
Replies: 24 Views: 33170
|
Forum: IBM MQ API Support Posted: Fri Jan 14, 2011 2:34 pm Subject: Connecting to an MQ Server without MQ Client installed |
I'm having a similar issue when trying to use the IBM.XMS stuff. Our security folks aren't allowing us to install the MQClient on our front end sets so we're looking to go this route. We've got .NET 4 ... |