|
Re : Plugin loader for MAMA (Ian Bell)
Hi Tom By adding an external API the plugins can be loaded at any time, but with automatic loading I suspect mama_open is the place for it, which would be after the bridge loading. However the plugin
Hi Tom By adding an external API the plugins can be loaded at any time, but with automatic loading I suspect mama_open is the place for it, which would be after the bridge loading. However the plugin
|
By
Ian Bell
·
|
|
Building OM 2.3 with Visual Studio 2012 and zero length include files 12 messages
When building the common project the build fails with lots of undefined symbols and various other errors. The issue is caused by the port.h and wConfig.h files in the …\common\c_cpp\src\c\wombat direc
When building the common project the build fails with lots of undefined symbols and various other errors. The issue is caused by the port.h and wConfig.h files in the …\common\c_cpp\src\c\wombat direc
|
By
Richard Williamson
·
|
|
Source Discovery 5 messages
Hi Some middlewares partition their data into separate sources. In some cases, as with RMDS, this represents an actual set of independent data sources. In this situation, when an OpenMAMA bridge start
Hi Some middlewares partition their data into separate sources. In some cases, as with RMDS, this represents an actual set of independent data sources. In this situation, when an OpenMAMA bridge start
|
By
Tom Doust
·
|
|
[PATCH] MSVC: Added mamda header file generation to all projects
Following on from the previous 4-part patch submitted on 12-Feb-2014: Previously the mamda header file was only generated for 32-bit projects. This has now been added as a pre-build step for all proje
Following on from the previous 4-part patch submitted on 12-Feb-2014: Previously the mamda header file was only generated for 32-bit projects. This has now been added as a pre-build step for all proje
|
By
Frank Quinn
·
|
|
[PATCH 0/2] UNITTEST: cover letter
We've been leveraging the test suite against our payload and the open payloads for comparison. As part of this we noticed a few issues and also wanted to contribute some changes we've made locally. Pa
We've been leveraging the test suite against our payload and the open payloads for comparison. As part of this we noticed a few issues and also wanted to contribute some changes we've made locally. Pa
|
By
Lee Skillen
·
|
|
New on the Blog: Getting Started - Part 2
Evening all, Some light reading to kick off your weekend, the second part of the "Getting Started" series is now up on the blog. This time we take you through setting up capturereplay as a test publis
Evening all, Some light reading to kick off your weekend, the second part of the "Getting Started" series is now up on the blog. This time we take you through setting up capturereplay as a test publis
|
By
Damian Maguire
·
|
|
[PATCH] MAMA: Add the capability to load payload libraries just-in-time (JIT). 11 messages
If a library hasn't been previously loaded then OpenMAMA will now attempt to load it by converting the payload identifier into a well-known string for the payload library. This behaviour is useful if
If a library hasn't been previously loaded then OpenMAMA will now attempt to load it by converting the payload identifier into a well-known string for the payload library. This behaviour is useful if
|
By
Lee Skillen
·
|
|
Clarification on reference vs clone and create/destroy for bridges 2 messages
Hi List, I expected that I can reference nearly everything in a payload bridge : For a Msg containing a subMsg or VectorMsg, it would be invalid to destroy the subMsg or Msg in the Vector BEFORE destr
Hi List, I expected that I can reference nearly everything in a payload bridge : For a Msg containing a subMsg or VectorMsg, it would be invalid to destroy the subMsg or Msg in the Vector BEFORE destr
|
By
Benjamin Taieb
·
|
|
UnitTest for payload call seems not consistent with API signature. 2 messages
Hi List, I've started looking at UnitTests in more details, and hit some question : SetByteBuffer test is using (msgPayload*, mamaPayloadBridge, void**,mama_size_t) which doesn't match the signature d
Hi List, I've started looking at UnitTests in more details, and hit some question : SetByteBuffer test is using (msgPayload*, mamaPayloadBridge, void**,mama_size_t) which doesn't match the signature d
|
By
Benjamin Taieb
·
|
|
[PATCH] SCONS: Support for Mac OS X 5 messages
For feature-osx Update scons build environment to build on Mac OS X. Changes include: - Addition of Darwin tool - Updated to Clang Tools - Update of JNI tools to Support Oracle and Apple Java releases
For feature-osx Update scons build environment to build on Mac OS X. Changes include: - Addition of Darwin tool - Updated to Clang Tools - Update of JNI tools to Support Oracle and Apple Java releases
|
By
Philip Preston
·
|
|
Today on the Blog - Quick Start: Part 1
New blog post just up there, for anyone interested. It's a quick introduction to getting OpenMAMA up and running on RedHat and Centos (taken from the full Quick Start Guide on the wiki): http://www.op
New blog post just up there, for anyone interested. It's a quick introduction to getting OpenMAMA up and running on RedHat and Centos (taken from the full Quick Start Guide on the wiki): http://www.op
|
By
Damian Maguire
·
|
|
[PATCH 1/1] MAMDA: MamdaTradeListener can core if TradeExecVenue different in assertEqual call 3 messages
Can occur when assertEqual called from MamdaTradeListener where TradeExecVenue differs, which normally causes an expected exception to be thrown. Error message used in exception is trying to print str
Can occur when assertEqual called from MamdaTradeListener where TradeExecVenue differs, which normally causes an expected exception to be thrown. Error message used in exception is trying to print str
|
By
Simon Shanks
·
|
|
Feature Branch - Clang/OSX 2 messages
Evening all, There's been a bit of an effort going on from some folks on the mailing list to get OpenMAMA to build on OSX, which seems to be getting into a reasonable state right now. Phil in particul
Evening all, There's been a bit of an effort going on from some folks on the mailing list to get OpenMAMA to build on OSX, which seems to be getting into a reasonable state right now. Phil in particul
|
By
Damian Maguire
·
|
|
[PATCH] MAMDA: Remove unnamed typedef from bookpulisher example.
From 1e00a6a876ea4ca00157d78e084673b29d6c9754 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Fri, 14 Feb 2014 09:14:23 +0000 Subject: [PATCH] MAMDA: Remove unnamed typedef from boo
From 1e00a6a876ea4ca00157d78e084673b29d6c9754 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Fri, 14 Feb 2014 09:14:23 +0000 Subject: [PATCH] MAMDA: Remove unnamed typedef from boo
|
By
Damian Maguire
·
|
|
[PATCH 3/4] MSVC: Fixed issue with qpid bridge not compiling as C++
This worked in 2005 but doesn't survive the import into 2010. This fix should help persuade 2010 to use the C++ compiler for the qpid bridge which the underlying proton libraries require. Signed-off-b
This worked in 2005 but doesn't survive the import into 2010. This fix should help persuade 2010 to use the C++ compiler for the qpid bridge which the underlying proton libraries require. Signed-off-b
|
By
Frank Quinn
·
|
|
[PATCH 2/4] MSVC: Removed rogue source file in OpenMamaMultiSubscriberCS
Mama symbol list subscriber somehow got into the project with the last set of changes. This removes it. Signed-off-by: Frank Quinn <fquinn@...> --- .../src/examples/MamaMultiSubscriber/OpenMamaMultiSu
Mama symbol list subscriber somehow got into the project with the last set of changes. This removes it. Signed-off-by: Frank Quinn <fquinn@...> --- .../src/examples/MamaMultiSubscriber/OpenMamaMultiSu
|
By
Frank Quinn
·
|
|
[PATCH 1/4] MSVC: Several modifications to make the MSVC Experience Better
Several project paths were standardized on, and some issues with building on different versions of visual studio are now also fixed. No functional code changes are introduced in this fix. Signed-off-b
Several project paths were standardized on, and some issues with building on different versions of visual studio are now also fixed. No functional code changes are introduced in this fix. Signed-off-b
|
By
Frank Quinn
·
|
|
[PATCH] COMMON: Adding support for MAC OS X
For feature-osx Added port.h specific for the Darwin kernel. Added Semaphore implementation using dispatch semaphores, as the POSIX implementation on MAC OS X isn't fully implementated and does not su
For feature-osx Added port.h specific for the Darwin kernel. Added Semaphore implementation using dispatch semaphores, as the POSIX implementation on MAC OS X isn't fully implementated and does not su
|
By
Philip Preston
·
|
|
[PATCH 2/2] MAMDA: OS Portability
For feature-osx Change PTHREAD_MUTEX_RECURSIVE_NP to WTHREAD_MUTEX_RECURSIVE in line with changes in COMMON Tested on: * Mac OS X 10.9 * Ubuntu 12.04 x86_64 * Windows Server 2008 Signed-off-by: Phil P
For feature-osx Change PTHREAD_MUTEX_RECURSIVE_NP to WTHREAD_MUTEX_RECURSIVE in line with changes in COMMON Tested on: * Mac OS X 10.9 * Ubuntu 12.04 x86_64 * Windows Server 2008 Signed-off-by: Phil P
|
By
Philip Preston
·
|
|
[PATCH 1/2] COMMON: OS Portability
For feature-osx Changes that improves OS portability, and will allow further commits to support MAC OS X. The changes are for existing operating systems and do not affect existing functionality. There
For feature-osx Changes that improves OS portability, and will allow further commits to support MAC OS X. The changes are for existing operating systems and do not affect existing functionality. There
|
By
Philip Preston
·
|