Manoj Chaurasia Posted February 20, 2009 Share Posted February 20, 2009 Iam currently migrarting/upgrading/rewriting my C++ Applications( on linux/hpux11) from SmartSockets to tibco EMS. SmartSockets provided a C++ library ( source which basically is a wrapper for c code) is there any such c++ library available for EMS even if it is not supported. It would be really helpful. Thanks Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted February 20, 2009 Author Share Posted February 20, 2009 We do support C++ applications with EMS. Customer should use C API within C++ applications. Link to comment Share on other sites More sharing options...
Bob Nataly Posted April 1, 2019 Share Posted April 1, 2019 We're also in the process of creating a POC to evaluate EMS as part of our C++ application. We're currently running into issues setting up a callback message listener (via tibemsMsgConsumer_SetMsgListener). It seems like when EMS attempts the callback it throws an access violation exception. The callback function is public and it's a global function (as SetMsgListener didn't seems to like a member function as an argument). We do pass a pointer to a class in the closure argument and attempt to reference it in the callback. Are there any C++ examples out there The C example isn't of much help when trying to figure out C++ issues like scope, access, etc. Link to comment Share on other sites More sharing options...
Harold Akins Posted April 7, 2020 Share Posted April 7, 2020 I have an issue in C trying to create a Lookup context as a prereq to get a connection Factory. Is LDAP not a valid protocolMy call below:sTatus =tibemsLookupContext_Create( &topicContext, serverUrl, userName, passWord);where serverUrl="ldap://xxxxxx.fedex.com:NNN/ou=messaging,dc=corp,dc=fedex,dc=com"Getting this ERROR: Error creating tibemsLookupContext_Create sTatus: 15 , description=Invalid Protocol Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now