|
Testing archives
This is a test message to ensure that archives are now working properly.
This is a test message to ensure that archives are now working properly.
|
By
Jeff Licquia
·
|
|
[PATCH] Added additional build dependencies to README
Added the following depenencies to the README file: * flex * autoconf * automake * libtool * uuid-dev These are based on what additional packages needed to be installed over a clean Ubuntu 11.10 insta
Added the following depenencies to the README file: * flex * autoconf * automake * libtool * uuid-dev These are based on what additional packages needed to be installed over a clean Ubuntu 11.10 insta
|
By
Michael Schonberg
·
|
|
[RFC] BUILD: Add --mama-no-msg-bridge and --mama-no-payload-bridge options to MAMA configure.ac
Currently, OpenMAMA builds without complaints if Avis is not installed. In itself, this is not a bad thing; however, this may not be the expected behavior. There are situations where building without
Currently, OpenMAMA builds without complaints if Avis is not installed. In itself, this is not a bad thing; however, this may not be the expected behavior. There are situations where building without
|
By
Mike Schonberg
·
|
|
openMAMA bridge documentation
Jon, Currently there is no document describing how to write message or payload bridges; however, it is definitely something that we intend to provide in the near future. For the moment the AVI bridge
Jon, Currently there is no document describing how to write message or payload bridges; however, it is definitely something that we intend to provide in the near future. For the moment the AVI bridge
|
By
Mike Schonberg
·
|
|
Make problem - Ubuntu 11.10 2 messages
Hi there I am trying to compile the OpenMAMA software on Ubuntu 11.10 but am having trouble doing so. After ./configure, sudo make throws an error. This is the error I am getting: /usr/bin/ld: cannot
Hi there I am trying to compile the OpenMAMA software on Ubuntu 11.10 but am having trouble doing so. After ./configure, sudo make throws an error. This is the error I am getting: /usr/bin/ld: cannot
|
By
Kyle Redelinghuys
·
|
|
Writing an AMQP bridge 2 messages
OpenMAMA looks like it's got the potential to solve a substantial hole in messaging. In particular, it makes a superb way to write portable C applications that use MQ. We've been looking at the docume
OpenMAMA looks like it's got the potential to solve a substantial hole in messaging. In particular, it makes a superb way to write portable C applications that use MQ. We've been looking at the docume
|
By
Raph Cohn
·
|
|
[PATCH] BUILD: configure should fail by default with no bridge
From: Mike Schonberg <mikeschonberg@...> Although it should be possible to build without a messaging or payload bridge, this is not normally the desired result. To follow the principal of least astoni
From: Mike Schonberg <mikeschonberg@...> Although it should be possible to build without a messaging or payload bridge, this is not normally the desired result. To follow the principal of least astoni
|
By
Michael Schonberg
·
|
|
[PATCH] BUILD: script to clean the build files 2 messages
A script has been added to clear off all the build related files and this script would be triggered on dist clean command from Makefile. This script basically clears all the build files, which makes i
A script has been added to clear off all the build related files and this script would be triggered on dist clean command from Makefile. This script basically clears all the build files, which makes i
|
By
Jacobraj Benet
·
|
|
OpenMAMA integration with Citihub Permission Server API 2 messages
Citihub have integrated the OpenMAMA API source code with the Citihub Permission Server API, and would like to submit the OpenMAMA code changes for review and integration into the main OpenMAMA releas
Citihub have integrated the OpenMAMA API source code with the Citihub Permission Server API, and would like to submit the OpenMAMA code changes for review and integration into the main OpenMAMA releas
|
By
David Sewell
·
|
|
[PATCH] Edits and corrections to README file
From: Mike Schonberg <mschonberg@...> Adding edits and corrections suggested by a technical writer who reviewed the README file. Signed-off-by: Michael Schonberg <mschonberg@...> --- README | 184 ++++
From: Mike Schonberg <mschonberg@...> Adding edits and corrections suggested by a technical writer who reviewed the README file. Signed-off-by: Michael Schonberg <mschonberg@...> --- README | 184 ++++
|
By
Michael Schonberg
·
|
|
documentation for bridges 5 messages
Hi, Do you plan to make available any documentation on how to write new bridges for MAMA (and when one can expect such documentation)? Best regards, Daniel
Hi, Do you plan to make available any documentation on how to write new bridges for MAMA (and when one can expect such documentation)? Best regards, Daniel
|
By
Daniel Cegiełka
·
|
|
[Patch 1.1 1/1] Mama: Add support for Citihub permission server abstraction API
This patch adds support for the Citihub permission server abstraction API which provides integration with multiple 3rd party entitlement systems (e.g. Thomson Reuters DACS, Bloomberg). This new featur
This patch adds support for the Citihub permission server abstraction API which provides integration with multiple 3rd party entitlement systems (e.g. Thomson Reuters DACS, Bloomberg). This new featur
|
By
David Sewell
·
|
|
Loading bridges at runtime 2 messages
Could someone please post a quick example on how to use/load payload bridges at runtime? The docs point to mama_loadPayloadBridge, however this function doesn't seem to have a "WithPath" variant. As I
Could someone please post a quick example on how to use/load payload bridges at runtime? The docs point to mama_loadPayloadBridge, however this function doesn't seem to have a "WithPath" variant. As I
|
By
Alessandro Bellina
·
|
|
Questions about rodmap & bridge creation 2 messages
Hi, I'm working for a hardware based MOM vendor (Solace Systems) and we are thinking about developing a mw bridge for openMama. I've some questions : 1)When I look at http://www.openmama.org/what-is-o
Hi, I'm working for a hardware based MOM vendor (Solace Systems) and we are thinking about developing a mw bridge for openMama. I've some questions : 1)When I look at http://www.openmama.org/what-is-o
|
By
Benjamin Taieb
·
|
|
Bridge API doc 4 messages
Mike, When do you plan to publish the first cut of the bridge API doc? Regards, Alex PLEASE READ: This message is for the named person's use only. It may contain confidential, proprietary or legally p
Mike, When do you plan to publish the first cut of the bridge API doc? Regards, Alex PLEASE READ: This message is for the named person's use only. It may contain confidential, proprietary or legally p
|
By
alex.stovboun@...
·
|
|
[PATCH 1.1] mamainternal.h: Added types.h to includes
Needed to include types.h to mamainternal.h to enable building Index: c_cpp/src/c/mamainternal.h =================================================================== RCS file: /cvsroot/products/mama/c_
Needed to include types.h to mamainternal.h to enable building Index: c_cpp/src/c/mamainternal.h =================================================================== RCS file: /cvsroot/products/mama/c_
|
By
John Gray
·
|
|
[PATCH 1.1] Properties: Fixed Memory Leaks in Properties
Free memory and fail if realloc fails in propertiesImpl_addKey(). When we replace a value in the hash table in propertiesImpl_addProperty(), free the old value. Index: c_cpp/src/c/property.c =========
Free memory and fail if realloc fails in propertiesImpl_addKey(). When we replace a value in the hash table in propertiesImpl_addProperty(), free the old value. Index: c_cpp/src/c/property.c =========
|
By
John Gray
·
|
|
[PATCH 1.1] Windows Interlock: Function wInterlocked set to return 0
Function wInterlocked set to return 0 for windows. Not an operation (no-op) in Unix. Index: queue.c =================================================================== RCS file: /cvsroot/products/mama
Function wInterlocked set to return 0 for windows. Not an operation (no-op) in Unix. Index: queue.c =================================================================== RCS file: /cvsroot/products/mama
|
By
John Gray
·
|
|
Recall: [PATCH 1.1] Windows Interlock: Function wInterlocked set to return 0
John Gray would like to recall the message, "[PATCH 1.1] Windows Interlock: Function wInterlocked set to return 0".
John Gray would like to recall the message, "[PATCH 1.1] Windows Interlock: Function wInterlocked set to return 0".
|
By
John Gray
·
|
|
[PATCH 1.1] Windows Interlock: Function wInterlocked set to return 0
Function wInterlocked set to return 0 for windows. Not an operation (no-op) in Unix. Index: queue.c =================================================================== RCS file: /cvsroot/products/mama
Function wInterlocked set to return 0 for windows. Not an operation (no-op) in Unix. Index: queue.c =================================================================== RCS file: /cvsroot/products/mama
|
By
John Gray
·
|