Author |
Message |
Topic: Relation between D-BUS/Message Bus/Message Queue ?? |
nageshr99
Replies: 12 Views: 13806
|
Forum: General IBM MQ Support Posted: Wed Jul 05, 2017 7:43 pm Subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? |
those speak only abt message queues, queue manager,channel,trigger,distribution list,dead letter queue etc.
It does not speak abt D-BUS as such.
MQ only supports certain other protocols than the ... |
Topic: Relation between D-BUS/Message Bus/Message Queue ?? |
nageshr99
Replies: 12 Views: 13806
|
Forum: General IBM MQ Support Posted: Wed Jul 05, 2017 7:36 pm Subject: Relation between D-BUS/Message Bus/Message Queue ?? |
nageshr99, you asked, "...How can one programatically connect Message Queue manager working with D-BUS? ...".
The supplied samples for C, C++, and other languages do precisely that, and t ... |
Topic: MQ on Linux - possible cause of MQRC 2538? |
nageshr99
Replies: 17 Views: 16641
|
Forum: General IBM MQ Support Posted: Tue Jul 04, 2017 10:16 pm Subject: MQ on Linux - possible cause of MQRC 2538? |
MQRC 2538, not 2358.
Same box as in connection from the same host as the QM runs on - works fine in client mode.
CHLAUTH rules in place, but still fails even if I disable CHLAUTH.
try this co ... |
Topic: MQ on Linux - possible cause of MQRC 2538? |
nageshr99
Replies: 17 Views: 16641
|
Forum: General IBM MQ Support Posted: Tue Jul 04, 2017 10:14 pm Subject: MQ on Linux - possible cause of MQRC 2538? |
if it's not a firewall issue, maybe it's just an SSL config issue?
If the telnet mqhost mqport is successful look into SSL. If it fails look into firewall / routing issues. Make sure the default ga ... |
Topic: Get message from MQ queue |
nageshr99
Replies: 11 Views: 18558
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jul 04, 2017 9:45 pm Subject: Re: Get message from MQ queue |
Hi All,
Is it possible to get only one message from the MQ queue without disabling the 'GET' property of the queue.
I remember I used some small script to get the message when the request was tr ... |
Topic: Relation between D-BUS/Message Bus/Message Queue ?? |
nageshr99
Replies: 12 Views: 13806
|
Forum: General IBM MQ Support Posted: Tue Jul 04, 2017 9:27 pm Subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? |
Hi,
Just wanted to know is there are close connection between D-BUS/Message Bus/Message Queue.
How do they differ?
How can one programatically connect Message Queue manager working with D-BUS?
... |
Topic: Relation between D-BUS/Message Bus/Message Queue ?? |
nageshr99
Replies: 12 Views: 13806
|
Forum: General IBM MQ Support Posted: Tue Jul 04, 2017 9:26 pm Subject: Relation between D-BUS/Message Bus/Message Queue ?? |
Other than posting here, what research have you done?\
we studied abt D Bus theory and ran some sample Websphere Message Queue on Linux machine. |
Topic: Relation between D-BUS/Message Bus/Message Queue ?? |
nageshr99
Replies: 12 Views: 13806
|
Forum: General IBM MQ Support Posted: Mon Jul 03, 2017 8:24 pm Subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? |
Hi,
Just wanted to know is there are close connection between D-BUS/Message Bus/Message Queue.
How do they differ?
How can one programatically connect Message Queue manager working with D-BUS?
... |
Topic: Getting - 2035 - 0x0000007f3 MQRC_NOT_AUTHROIZED error |
nageshr99
Replies: 6 Views: 16220
|
Forum: IBM MQ API Support Posted: Mon Jul 03, 2017 7:50 pm Subject: Getting - 2035 - 0x0000007f3 MQRC_NOT_AUTHROIZED error |
Bear in mind that CHLAUTH is there for a reason. The correct solution to security problems is rarely to just switch off the check.
Cheers,
Paul.
infact this CHLAUTH command alone did not work.C ... |
Topic: Relation between D-BUS/Message Bus/Message Queue ?? |
nageshr99
Replies: 12 Views: 13806
|
Forum: General IBM MQ Support Posted: Sun Jul 02, 2017 10:10 pm Subject: Relation between D-BUS/Message Bus/Message Queue ?? |
Hi,
Just wanted to know is there are close connection between D-BUS/Message Bus/Message Queue.
How do they differ?
How can one programatically connect Message Queue manager working with D-BUS?
... |
Topic: Getting - 2035 - 0x0000007f3 MQRC_NOT_AUTHROIZED error |
nageshr99
Replies: 6 Views: 16220
|
Forum: IBM MQ API Support Posted: Sun Jul 02, 2017 8:12 pm Subject: Getting - 2035 - 0x0000007f3 MQRC_NOT_AUTHROIZED error |
Thanks.
It finally some how worked after executing the below command:
ALTER QMGR CHLAUTH(DISABLED) CONNAUTH(' ')
REFRESH SECURITY TYPE(CONNAUTH) |
Topic: undefined reference to "ImqMgr::ImqMgr()" - compil |
nageshr99
Replies: 10 Views: 20430
|
Forum: IBM MQ API Support Posted: Sun Jul 02, 2017 7:40 pm Subject: undefined reference to "ImqMgr::ImqMgr()" - compil |
In that link it explains only by using Microsoft Visual Studio compiler on windows.
We don't have Microsoft Visual Studio compiler with us.We have only Falcon and M Dev compilers.Please provide ... |
Topic: undefined reference to "ImqMgr::ImqMgr()" - compil |
nageshr99
Replies: 10 Views: 20430
|
Forum: IBM MQ API Support Posted: Fri Jun 30, 2017 7:30 am Subject: undefined reference to "ImqMgr::ImqMgr()" - compil |
Yes..I am asking how to compile c++ sample programmes on windows 7 using Falcon/M Dev compilers. |
Topic: undefined reference to "ImqMgr::ImqMgr()" - compil |
nageshr99
Replies: 10 Views: 20430
|
Forum: IBM MQ API Support Posted: Fri Jun 30, 2017 3:53 am Subject: undefined reference to "ImqMgr::ImqMgr()" - compil |
Thanks for the link for compilation on linux.It successfully compiled now on linux-Scientific version 7.2 when we used 64 bit- non-threaded option for compiling.
Can you please provide the simi ... |
Topic: Getting - 2035 - 0x0000007f3 MQRC_NOT_AUTHROIZED error |
nageshr99
Replies: 6 Views: 16220
|
Forum: IBM MQ API Support Posted: Thu Jun 29, 2017 8:54 pm Subject: Getting - 2035 - 0x0000007f3 MQRC_NOT_AUTHROIZED error |
Hi,
We are getting the error as shown below:
"Getting - 2035 - 0x0000007f3 MQRC_NOT_AUTHROIZED error " - when we run the execution file of the sample C++ program - imqsputc.cpp after com ... |