Author |
Message |
Topic: inhibit get via C program |
strataguru
Replies: 1 Views: 1760
|
Forum: General IBM MQ Support Posted: Wed Jun 16, 2004 11:03 am Subject: inhibit get via C program |
Hi,
I currently have a C program that disables triggering.
I've done some research - but can't update the program properly to disable get.
Here is my logic for disabling triggering:
... |
Topic: Trying to get Trigger status from MQINQ |
strataguru
Replies: 1 Views: 1553
|
Forum: General IBM MQ Support Posted: Tue Jun 08, 2004 3:30 pm Subject: Trying to get Trigger status from MQINQ |
Hi,
I am using the C version - invoking MQINQ.
On of the details I'd like to get back is the trigger status. Therefore I have my code set up as follows:
Select[0] = MQIA_INHIBIT_GET ... |
Topic: puts taking 3 times as long as expected |
strataguru
Replies: 8 Views: 5392
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Feb 11, 2004 6:58 am Subject: puts taking 3 times as long as expected |
Persistence is turned off on all queues that are being tested against. In addition - the volume is very small (between 1,000 to 4,000 messages). At prior installations persistence only seemed to cau ... |
Topic: puts taking 3 times as long as expected |
strataguru
Replies: 8 Views: 5392
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Feb 10, 2004 2:58 pm Subject: puts taking 3 times as long as expected |
The CPU speed on the box performing poorly is much greater than at any other site we have. In addition - the RAM is around 16 gig - also must greater than any other installation. |
Topic: puts taking 3 times as long as expected |
strataguru
Replies: 8 Views: 5392
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Feb 10, 2004 12:24 pm Subject: puts taking 3 times as long as expected |
hi,
we are noticing that puts on the sun solaris 2.8 box we are working on take 3 times as long as puts take at other sites where we have utilized mq series.
mq ver = 5.3 CSD05
persistence is ... |
Topic: Performance question |
strataguru
Replies: 4 Views: 2458
|
Forum: General IBM MQ Support Posted: Fri Jan 30, 2004 7:35 am Subject: Performance question |
true - there is a wait - but right now we're manually kicking the process off after we've loaded the queue with messages.
when i do a 'top' and see my process - it's almost always sleeping. when w ... |
Topic: Performance question |
strataguru
Replies: 4 Views: 2458
|
Forum: General IBM MQ Support Posted: Fri Jan 30, 2004 7:23 am Subject: Performance question |
sure ....
the third party software reads messages from queue x, processes information, and then writes to queue a, b, and c.
there's no blocks - at least none i'm aware of.
hope this helps,
... |
Topic: Performance question |
strataguru
Replies: 4 Views: 2458
|
Forum: General IBM MQ Support Posted: Thu Jan 29, 2004 7:25 am Subject: Performance question |
I am installing a product that utilizes mq series as middleware.
While doing an install test of the third party software - I've noticed that performance is about 15 times slower than at any other i ... |
Topic: creating custom groups |
strataguru
Replies: 1 Views: 1862
|
Forum: General IBM MQ Support Posted: Wed Jan 14, 2004 7:18 am Subject: creating custom groups |
hi - on our box we are running mq series 5.3 csd 05 on a solaris 2.8 box.
i am looking to create new custom groups that have specific mq permissions. for example - i need to assign user id's to be ... |
Topic: MQDISC abending |
strataguru
Replies: 5 Views: 4156
|
Forum: General IBM MQ Support Posted: Mon Dec 29, 2003 1:53 pm Subject: MQDISC abending |
I'm sorry if I sound like a newbie to MQ - but how do I determine my 'fixpack'?
Thanks! |
Topic: MQDISC abending |
strataguru
Replies: 5 Views: 4156
|
Forum: General IBM MQ Support Posted: Tue Dec 23, 2003 9:41 am Subject: MQDISC abending |
Thanks - that error looks exactly like what I am seeing on my Sun Solaris 2.8 box.
Now - on MQ Series - it says that 5.3 is compatible with Microfocus Server Express 2.2.
http://www-306.ibm.com/so ... |
Topic: MQDISC abending |
strataguru
Replies: 5 Views: 4156
|
Forum: General IBM MQ Support Posted: Fri Dec 19, 2003 3:34 pm Subject: MQDISC abending |
Hi there,
When my COBOL program is running and the queue is empty - the COBOL program does a call to MQDISC - but never returns - causing my program to abends.
I've tried running a simple progra ... |
Topic: the user mqm - any user available with less security? |
strataguru
Replies: 2 Views: 2036
|
Forum: General IBM MQ Support Posted: Thu Oct 09, 2003 11:16 am Subject: the user mqm - any user available with less security? |
A few questions for clarification....
The admins are newer to MQSeries than I am - which isn't a great thing.
We're hunting down info on setmqaut right now - thanks!
Re: "the user id th ... |
Topic: the user mqm - any user available with less security? |
strataguru
Replies: 2 Views: 2036
|
Forum: General IBM MQ Support Posted: Thu Oct 09, 2003 10:58 am Subject: the user mqm - any user available with less security? |
Hi,
I want to preface that I know MQSeries v5.3 moderately.
With that said - I am working on a project where the IT group is not going to allow any unix id's (running on Sun) for anyon ... |