Author |
Message |
Topic: Wanted to know queue status,but how? |
hazard
Replies: 4 Views: 3330
|
Forum: IBM MQ API Support Posted: Wed Nov 30, 2005 7:17 pm Subject: Wanted to know queue status,but how? |
Thanks a lot!
My msn messager is hazard_marx@hotmail.com, can you add? |
Topic: Wanted to know queue status,but how? |
hazard
Replies: 4 Views: 3330
|
Forum: IBM MQ API Support Posted: Tue Nov 29, 2005 11:33 pm Subject: Wanted to know queue status,but how? |
I wanted to know the queue is opened or not? But are there some functions to get the queue status in C++ ImqQueue Class? |
Topic: A FAQ from compiled MQ Application in AIX5.1 |
hazard
Replies: 4 Views: 2410
|
Forum: General IBM MQ Support Posted: Thu Nov 24, 2005 6:06 pm Subject: A FAQ from compiled MQ Application in AIX5.1 |
Is this a double-post?
http://www.mqseries.net/phpBB2/viewtopic.php?t=25668
Please don't do that.
O, I am sorry! |
Topic: A FAQ from compiled MQ Application in AIX5.1 |
hazard
Replies: 4 Views: 2410
|
Forum: General IBM MQ Support Posted: Thu Nov 24, 2005 6:05 pm Subject: A FAQ from compiled MQ Application in AIX5.1 |
Do you have a 64-bit MQ on your system, i.e. MQ v6?
You are trying to build a 64-bit application with the -q64 flag.
Yes, I am wanting to build 64-bit application.And the version of MQ is 5.3.
Is ... |
Topic: Need help in compiling application with AIX VisualAge C++. |
hazard
Replies: 5 Views: 3817
|
Forum: IBM MQ API Support Posted: Thu Nov 24, 2005 6:00 pm Subject: Need help in compiling application with AIX VisualAge C++. |
Yes, It's right,When i use the -qnamemangling=v5 and remove -q64 then compiling is succeed.
But i need -q64.
And the os is AIX5.1,the version of MQ is 5.3, It doesn't support 64-bit? |
Topic: Need help in compiling application with AIX VisualAge C++. |
hazard
Replies: 5 Views: 3817
|
Forum: IBM MQ API Support Posted: Thu Nov 24, 2005 12:30 am Subject: Need help in compiling application with AIX VisualAge C++. |
the makefile just like following:
# define base dir
MQM_HOME=/usr/mqm
# define
DEFINES=-DDEBUG -DUNIX -D_PTHREAD_SAFE
LDFLAGS=-L$(MQM_HOME)/lib -limqb23ia_r -limqs23ia_r
CFLAGS=-g ... |
Topic: A FAQ from compiled MQ Application in AIX5.1 |
hazard
Replies: 4 Views: 2410
|
Forum: General IBM MQ Support Posted: Thu Nov 24, 2005 12:26 am Subject: A FAQ from compiled MQ Application in AIX5.1 |
the makefile just like following:
# define base dir
MQM_HOME=/usr/mqm
# define
DEFINES=-DDEBUG -DUNIX -D_PTHREAD_SAFE
LDFLAGS=-L$(MQM_HOME)/lib -limqb23ia_r -limqs23ia_r
CFLAGS=-g -q64 $ ... |
Topic: WMQ V5.3 Installation Problem In AIX5.1 |
hazard
Replies: 1 Views: 1793
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 16, 2005 6:13 pm Subject: WMQ V5.3 Installation Problem In AIX5.1 |
the installtion is correctly.but some file is missing.i can't find the file/directory just like bin in the /usr/mqm/.
there are only the directory in the /usr/mqm : licenses and lost+found.
how can ... |