Author |
Message |
Topic: core dump in MQV 7 on linux RHEL5 |
mquser01
Replies: 12 Views: 11739
|
Forum: IBM MQ API Support Posted: Mon Sep 06, 2010 8:21 pm Subject: core dump in MQV 7 on linux RHEL5 |
ConnectOptions.ClientConnPtr = &ClientConn;
done the above change. but am not very sure that it will work . I personally feel
that for normal connection this structure ClientConn won't be us ... |
Topic: core dump in MQV 7 on linux RHEL5 |
mquser01
Replies: 12 Views: 11739
|
Forum: IBM MQ API Support Posted: Sun Sep 05, 2010 9:53 pm Subject: core dump in MQV 7 on linux RHEL5 |
I have passed the right parameter i don't think any type mismatch is there.
And if that would have been the case then it should crash everytime i call the function, which is not the case.
Regar ... |
Topic: core dump in MQV 7 on linux RHEL5 |
mquser01
Replies: 12 Views: 11739
|
Forum: IBM MQ API Support Posted: Mon Aug 30, 2010 10:28 pm Subject: core dump in MQV 7 on linux RHEL5 |
will the change in options make any difference since unable to find what made it crash.
Regards |
Topic: core dump in MQV 7 on linux RHEL5 |
mquser01
Replies: 12 Views: 11739
|
Forum: IBM MQ API Support Posted: Mon Aug 30, 2010 4:01 am Subject: core dump in MQV 7 on linux RHEL5 |
MQHCONN QueueManagerHandle;
MQHOBJ QueueManagerHandle;
MQLONG CompCode, ReasonCode;
MQCNO ConnectOptions = {MQCNO_DEFAULT};
MQCD ClientConn = {MQCD_CLIENT_CONN_DEFAULT};
ConnectOptions.Options ... |
Topic: core dump in MQV 7 on linux RHEL5 |
mquser01
Replies: 12 Views: 11739
|
Forum: IBM MQ API Support Posted: Mon Aug 30, 2010 3:31 am Subject: core dump in MQV 7 on linux RHEL5 |
I am using MQV 7 on Linux RHEL 5.
It is giving core dump while connecting to queue manager using MQCONNX.
stack shows it gave core dump in
strncpy function from (libc.so.6)
in InitProcessInitial ... |
Topic: Performance MQ is slower on 64 bit fedora |
mquser01
Replies: 1 Views: 2291
|
Forum: General Discussion Posted: Thu Oct 15, 2009 9:48 pm Subject: Performance MQ is slower on 64 bit fedora |
hi,
Performance of putting and getting message on queue on MQ v7.0.1 on 64 bit fedora 11 is slower as compared to 32 bit RHEL 4.
Is there any configuration or change to make it work faster on 6 ... |
Topic: prb installing MQ V7.0. on fedora 11 |
mquser01
Replies: 5 Views: 7842
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 12, 2009 2:46 am Subject: prb installing MQ V7.0. on fedora 11 |
u mean to say i have to use shell prompt and run mq using commands
like runmqsc....
are you very sure that we cannot run explorer on 64bit machine.
awaiting your reply |
Topic: prb installing MQ V7.0. on fedora 11 |
mquser01
Replies: 5 Views: 7842
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Oct 11, 2009 8:07 pm Subject: prb installing MQ V7.0. on fedora 11 |
Hi
I am trying to install MQ V7.0.(WMQv700Trial-amd64_linux.tar.gz) on 64 bit fedora.
but after complete installation on calling
strmqcfg the eclipse doesn't load the MQ Explorer
on checking the ... |
Topic: Multi-instance queue manager on Linux(mq V7.0.1 new feature) |
mquser01
Replies: 5 Views: 11025
|
Forum: General Discussion Posted: Fri Sep 18, 2009 1:31 am Subject: Multi-instance queue manager on Linux(mq V7.0.1 new feature) |
Hi,
I have followed all the step mentioned in the below site to create a multi-instance queue manager on Linux(RHEL 5).
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=/com. ... |
Topic: Access control in IBM MQ |
mquser01
Replies: 17 Views: 13774
|
Forum: General Discussion Posted: Fri Jun 19, 2009 12:46 am Subject: Access control in IBM MQ |
yup this is ok i have tried this but it allows only Change/Delete/Display/Inquire access to set, i was asking about browse/get/put etc access control??
These controls we can set using setmqaut comman ... |
Topic: Access control in IBM MQ |
mquser01
Replies: 17 Views: 13774
|
Forum: General Discussion Posted: Thu Jun 18, 2009 11:17 pm Subject: Access control in IBM MQ |
I have used setmqaut commands to give access access control but how to do the same using websphere mqexplorer?
I will give an idea regarding whatever i did..
In MQ explorer
on right click of QM
... |
Topic: Access control in IBM MQ |
mquser01
Replies: 17 Views: 13774
|
Forum: General Discussion Posted: Thu May 21, 2009 2:11 am Subject: Access control in IBM MQ |
Hi,
We have been using IBM MQ in our application. My query is whether it is possible to limit access control (access to read/ delete/ purge etc messages) to particular application.
for eg we have:: ... |
Topic: Installing MQSeries Trial version for dual cpu |
mquser01
Replies: 7 Views: 9161
|
Forum: IBM MQ API Support Posted: Mon Dec 22, 2008 11:39 pm Subject: Installing MQSeries Trial version for dual cpu |
i am currently using websphere MQ version 7. therez an exe named runmqchl thats running continuosly when send/receive via MQ channels is going on. i did pidstat on runmqchl and it showed that it uses ... |
Topic: Unable to delete messages on remote queue on windows |
mquser01
Replies: 25 Views: 18883
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Dec 18, 2008 3:07 am Subject: Unable to delete messages on remote queue on windows |
Why does your application need to put messages locally and read them remotely?
Messages inquired on remote machine and messages put on queue on local machine are not the same.
Before starting the a ... |
Topic: Unable to delete messages on remote queue on windows |
mquser01
Replies: 25 Views: 18883
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Dec 18, 2008 2:04 am Subject: Solution |
i wanted to use the functionality of mqm.so and mqic.so at the same time from same application. I loaded both the libraries at the same time in my application using dlopen and used it. Now i can put m ... |