Author |
Message |
Topic: no local qmgrs displayed in Explorer, icon fades away |
sebastia
Replies: 1 Views: 5136
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Sep 04, 2015 2:15 am Subject: no local qmgrs displayed in Explorer, icon fades away |
well, installed "IS02 - MB plugins" to be able to see Brokers in MQ Explorer and the problem went fixed.
jejeje |
Topic: no local qmgrs displayed in Explorer, icon fades away |
sebastia
Replies: 1 Views: 5136
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Sep 03, 2015 10:58 pm Subject: no local qmgrs displayed in Explorer, icon fades away |
In order to run FTM, I have installed MQ 7.1.0.3 in a Virtual Machine under Windows 7.
I have created a qmgr (displays fine using DSPMQ),
but when I start MQ Explorer, in the Navigation Pane
... |
Topic: will ImqQueueManager survive from one call to another |
sebastia
Replies: 11 Views: 22719
|
Forum: IBM MQ API Support Posted: Tue Jun 23, 2015 7:05 am Subject: will ImqQueueManager survive from one call to another |
yes, C++ memory going away IS A PROBLEM.
if you dont burn (forget, remove) old stuff, it lives with you forever, goes around in your backpack
the basic idea is : if new items have to come, you h ... |
Topic: will ImqQueueManager survive from one call to another |
sebastia
Replies: 11 Views: 22719
|
Forum: IBM MQ API Support Posted: Tue Jun 23, 2015 6:53 am Subject: will ImqQueueManager survive from one call to another |
node.js shall run standalone, on a server.
And I also thought on keeping a thread alive until connection is closed, but this gentleman told me there in no way to talk from one thread to v8 :
Cal ... |
Topic: will ImqQueueManager survive from one call to another |
sebastia
Replies: 11 Views: 22719
|
Forum: IBM MQ API Support Posted: Mon Jun 22, 2015 1:39 pm Subject: will ImqQueueManager survive from one call to another |
Good evening.
To tell you the truth, I've never liked the "connection pool" concept.
But in this environment I think it is not possible.
As I see the JavaScript application, there can be ... |
Topic: will ImqQueueManager survive from one call to another |
sebastia
Replies: 11 Views: 22719
|
Forum: IBM MQ API Support Posted: Mon Jun 22, 2015 6:31 am Subject: will ImqQueueManager survive from one call to another |
mr Saper - yes, please have a look. Should you find it, you'd change my life for the next 3-6 months.
Return the whole object to Javascript, that does not like binary values : not easy (but I think ... |
Topic: will ImqQueueManager survive from one call to another |
sebastia
Replies: 11 Views: 22719
|
Forum: IBM MQ API Support Posted: Mon Jun 22, 2015 12:50 am Subject: will ImqQueueManager survive from one call to another |
I think my C++ code goes into memory when required (yes, I'd say a thread is created), a memory space is allocated for "qmgr" object, the MQ API is called, that finishes well.
Return code g ... |
Topic: will ImqQueueManager survive from one call to another |
sebastia
Replies: 11 Views: 22719
|
Forum: IBM MQ API Support Posted: Sun Jun 21, 2015 11:59 pm Subject: will ImqQueueManager survive from one call to another |
Hi.
I am calling MQ C++ code from node.js and have connected to queue manager.
node.js has received control at mq operation start and again at operation end.
The connect() operation has fill ... |
Topic: how to locate 'imqi.hpp' from node-gyp |
sebastia
Replies: 18 Views: 36695
|
Forum: IBM MQ API Support Posted: Fri Jun 19, 2015 5:03 am Subject: how to locate 'imqi.hpp' from node-gyp |
I understand the idea.
Thanks, Jeff. |
Topic: how to locate 'imqi.hpp' from node-gyp |
sebastia
Replies: 18 Views: 36695
|
Forum: IBM MQ API Support Posted: Fri Jun 19, 2015 4:40 am Subject: how to locate 'imqi.hpp' from node-gyp |
yes, I am trying crazy thing with strings ...
*) NanUtf8String szQMN ( ) ;
*) String::Utf8Value szQMN ( ) ;
... but I dont like it ... I am without documentation, no theory.
sprintf() ?
i ... |
Topic: how to locate 'imqi.hpp' from node-gyp |
sebastia
Replies: 18 Views: 36695
|
Forum: IBM MQ API Support Posted: Fri Jun 19, 2015 4:32 am Subject: how to locate 'imqi.hpp' from node-gyp |
curious
I am trying to write
"class PiWorker : public Nan Async Worker {"
(without the blank spaces)
and it gets changed into "contact admin"
any clue ? |
Topic: how to locate 'imqi.hpp' from node-gyp |
sebastia
Replies: 18 Views: 36695
|
Forum: IBM MQ API Support Posted: Fri Jun 19, 2015 4:27 am Subject: how to locate 'imqi.hpp' from node-gyp |
No, it's a private interface, so I can change it, but, a change from an "INTEGER" into a "STRING" is not as easy as it seems !
Right now, the code is
class PiWorker : pub ... |
Topic: how to locate 'imqi.hpp' from node-gyp |
sebastia
Replies: 18 Views: 36695
|
Forum: IBM MQ API Support Posted: Thu Jun 18, 2015 11:11 pm Subject: how to locate 'imqi.hpp' from node-gyp |
Jeff - I know this is a C++ "class" question, but it is very related to previous items.
I have this code working OK :
class PiWorker : public contact admin {
public: ... |
Topic: how to locate 'imqi.hpp' from node-gyp |
sebastia
Replies: 18 Views: 36695
|
Forum: IBM MQ API Support Posted: Thu Jun 18, 2015 11:45 am Subject: how to locate 'imqi.hpp' from node-gyp |
Yes, my C++ code is called (without paramaters yet) and returns twice, without RC yet, even it has learned to print
ImqQueueManager::connect ended with RC (2059).
I think there ... |
Topic: how to locate 'imqi.hpp' from node-gyp |
sebastia
Replies: 18 Views: 36695
|
Forum: IBM MQ API Support Posted: Thu Jun 18, 2015 11:23 am Subject: how to locate 'imqi.hpp' from node-gyp |
Well, I've finished the "compile" part and now have trouble with the "link" phase.
mqconn.obj : error LNK2001: unresolved external symbol "public: unsigned char ... |