Author |
Message |
Topic: Webshere MQ and Active MQ |
noles321
Replies: 4 Views: 4062
|
Forum: General IBM MQ Support Posted: Tue Oct 23, 2012 6:29 am Subject: The question isn't is it easy to do |
The question isn't is it easy to do but rather would you let a customers application that you have no control over connect to shared queue manger using Active MQ? |
Topic: Webshere MQ and Active MQ |
noles321
Replies: 4 Views: 4062
|
Forum: General IBM MQ Support Posted: Tue Oct 23, 2012 6:12 am Subject: Webshere MQ and Active MQ |
I am looking for a general opinion here. We have a customer facing MQ queue manager that we use to connect to our external business clients. Today we usually only allow queue manager to queue manage ... |
Topic: Poor MQ Client get performace when puts are being done |
noles321
Replies: 26 Views: 16283
|
Forum: General IBM MQ Support Posted: Tue Aug 18, 2009 6:45 am Subject: Poor MQ Client get performace when puts are being done |
Seems like at some point of time, both sending and receving applications are trying to work on same physical message. Can you check with the vendor if the application performing 'put' locks the messag ... |
Topic: Poor MQ Client get performace when puts are being done |
noles321
Replies: 26 Views: 16283
|
Forum: General IBM MQ Support Posted: Tue Aug 18, 2009 6:38 am Subject: . |
What is the arrival rate of the persistent messages on the Linux queue? In other words, is the channel from the mainframe to the Linux server only putting them at 30 messages a second, maybe because t ... |
Topic: Poor MQ Client get performace when puts are being done |
noles321
Replies: 26 Views: 16283
|
Forum: General IBM MQ Support Posted: Tue Aug 18, 2009 6:36 am Subject: . |
Seems like at some point of time, both sending and receving applications are trying to work on same physical message. Can you check with the vendor if the application performing 'put' locks the messag ... |
Topic: Poor MQ Client get performace when puts are being done |
noles321
Replies: 26 Views: 16283
|
Forum: General IBM MQ Support Posted: Tue Aug 18, 2009 6:24 am Subject: Datagrams |
These are datagrams and we dont mess with msgID correlID. I have never run into this issue before either. To make things worse the client code is from a vendor so I don't have control of it and am j ... |
Topic: Poor MQ Client get performace when puts are being done |
noles321
Replies: 26 Views: 16283
|
Forum: General IBM MQ Support Posted: Tue Aug 18, 2009 6:19 am Subject: Message attributes |
The average message size is roughly 4k and it is roughly the same message with a numbering differnence. |
Topic: Poor MQ Client get performace when puts are being done |
noles321
Replies: 26 Views: 16283
|
Forum: General IBM MQ Support Posted: Tue Aug 18, 2009 6:17 am Subject: info |
Server and queue manger do not appear to be stressed. I am running :
WebSphere MQ
Version: 7.0.0.2
CMVC level: p700-002-090421
BuildType: IKAP - (Production)
I am not sure on the uncomm ... |
Topic: Poor MQ Client get performace when puts are being done |
noles321
Replies: 26 Views: 16283
|
Forum: General IBM MQ Support Posted: Tue Aug 18, 2009 5:57 am Subject: Poor MQ Client get performace when puts are being done |
I have test setup where a Mainframe poplulates persistent messages to a queue on a LINUX Machine which is queue manager to queue manager communications, at the same time an AIX machine is client conne ... |
Topic: Channels out of Sequence |
noles321
Replies: 1 Views: 2552
|
Forum: General Discussion Posted: Sat Oct 13, 2007 1:02 pm Subject: Channels out of Sequence |
Just curious if anyone has a script that greps the MQ logs in UNIX and automatically resets a channel that has gotten a sequence error. We have this occasionally happen for a specific reason that isn ... |
Topic: Compiling and Linking a simple program on LINUX |
noles321
Replies: 11 Views: 11214
|
Forum: General Discussion Posted: Wed Feb 21, 2007 9:37 am Subject: got past last problem |
[jgovert@shldvmq0 source]$ gcc -m32 -o /home/jgovert/source/getmsg /home/jgovert/source/getmsg.c -I/opt/mqm/inc -L/opt/mqm/lib -Wl,-rpath=/opt/mqm/lib -Wl,-rpath=/usr/lib/ -lmqm
/usr/bin/ld: crt1.o: ... |
Topic: Compiling and Linking a simple program on LINUX |
noles321
Replies: 11 Views: 11214
|
Forum: General Discussion Posted: Wed Feb 21, 2007 9:10 am Subject: Compiling and Linking a simple program on LINUX |
yes I am using the gcc compiler that came with RHEL 4 |
Topic: Compiling and Linking a simple program on LINUX |
noles321
Replies: 11 Views: 11214
|
Forum: General Discussion Posted: Wed Feb 21, 2007 8:17 am Subject: Compiling and Linking a simple program on LINUX |
gcc: unrecognized option `-rpath=/opt/mqm/lib'
gcc: unrecognized option `-rpath=/usr/lib' |
Topic: Compiling and Linking a simple program on LINUX |
noles321
Replies: 11 Views: 11214
|
Forum: General Discussion Posted: Wed Feb 21, 2007 8:09 am Subject: i have read this |
I have read this and tried it and still can't seem to get anywhere. |
Topic: Compiling and Linking a simple program on LINUX |
noles321
Replies: 11 Views: 11214
|
Forum: General Discussion Posted: Wed Feb 21, 2007 7:56 am Subject: we are using |
We are using Redhat RHEL 4 on an intel platform. |