|
Proposed end of support for Microsoft Visual Studio 2005 (VC8) 2 messages
Hi Folks, Does anyone have any objections to ending support for Visual Studio 2005 for OpenMAMA? There are several reasons for wanting to do this: 1. Visual Studio 2005 is 10 years old 2. It is out of
Hi Folks, Does anyone have any objections to ending support for Visual Studio 2005 for OpenMAMA? There are several reasons for wanting to do this: 1. Visual Studio 2005 is 10 years old 2. It is out of
|
By
Frank Quinn
·
|
|
[Openmama-users] Capturec and tick42blp bridge 2 messages
Hey Nestor, Do you have a verbose log file from capturereplay up to the point at which it stops? And does the process simply hang, or is it crashing? I’ve never tried capturereplay with the Bloomberg
Hey Nestor, Do you have a verbose log file from capturereplay up to the point at which it stops? And does the process simply hang, or is it crashing? I’ve never tried capturereplay with the Bloomberg
|
By
Damian Maguire
·
|
|
Open MAMA DateTime object 2 messages
Hi Folks, Please see thread below - interesting point raised about date time and the Year 2038 problem. I’ve weighed in with my thoughts, further opinions welcome… Cheers, Frank From: Frank Quinn Sent
Hi Folks, Please see thread below - interesting point raised about date time and the Year 2038 problem. I’ve weighed in with my thoughts, further opinions welcome… Cheers, Frank From: Frank Quinn Sent
|
By
Frank Quinn
·
|
|
Capturec and tick42blp bridge
Hi folks, As part of the work I'm doing with bloomberg and openmama, I'm trying to record the data coming from bloomberg through the bridge, I'm using this instruction: capturec -m tick42blp -MS BlpMk
Hi folks, As part of the work I'm doing with bloomberg and openmama, I'm trying to record the data coming from bloomberg through the bridge, I'm using this instruction: capturec -m tick42blp -MS BlpMk
|
By
Macrux
·
|
|
[Openmama-users] Build Mamda Book from Mama Subscription 2 messages
Hi Nestor, Perhaps one of the tick42blp bridge developers could help out, but one thing that may help is a orderbook message spec for OpenMAMDA. This isn't currently published on the OpenMAMA website
Hi Nestor, Perhaps one of the tick42blp bridge developers could help out, but one thing that may help is a orderbook message spec for OpenMAMDA. This isn't currently published on the OpenMAMA website
|
By
Glenn McClements
·
|
|
Build Mamda Book from Mama Subscription
Hi there, I'm wondering if there is any example in which data received through OpenMAMA is transformed into a Mamda Order book. For example, I have a subcription to Bloomberg through the tick42blp bri
Hi there, I'm wondering if there is any example in which data received through OpenMAMA is transformed into a Mamda Order book. For example, I have a subcription to Bloomberg through the tick42blp bri
|
By
Macrux
·
|
|
Problem with the OpenMAMA .Net layer
Hi We came across a subtle (and interesting) issue in the .Net implementation. I’m going to describe the problem and how we worked around but I want to open it up for discussion before proposing any f
Hi We came across a subtle (and interesting) issue in the .Net implementation. I’m going to describe the problem and how we worked around but I want to open it up for discussion before proposing any f
|
By
Tom Doust
·
|
|
[PATCH 2/2] [MAMADOTNET] Add getName() to MamaTransport 2 messages
Testing Strategy -------------------- Modify the MamaPublisherCS.cs example application and add the following after you have created your publisher: publisher.create(transport, outboundTopic); MamaTra
Testing Strategy -------------------- Modify the MamaPublisherCS.cs example application and add the following after you have created your publisher: publisher.create(transport, outboundTopic); MamaTra
|
By
Gary Molloy
·
|
|
Socket pair used for timer addition 5 messages
I’ve been running the timer unit tests repeatedly for over a week with the patch submitted in bug 220: http://bugs.openmama.org/show_bug.cgi?id=220 MamaTimerTestCPP.ForTimer recently entered a busy lo
I’ve been running the timer unit tests repeatedly for over a week with the patch submitted in bug 220: http://bugs.openmama.org/show_bug.cgi?id=220 MamaTimerTestCPP.ForTimer recently entered a busy lo
|
By
Duane Pauls
·
|
|
OpenMAMA Roadmap - Round 2
Hey all, As noted a few weeks ago, we have another OpenMAMA Roadmap discussion coming up later this week, on Thursday 24th in Central London. As before there's a few of the core team going to be float
Hey all, As noted a few weeks ago, we have another OpenMAMA Roadmap discussion coming up later this week, on Thursday 24th in Central London. As before there's a few of the core team going to be float
|
By
Damian Maguire
·
|
|
[PATCH 2.3.3] mamac: added enums for HMS middleware 3 messages
This patch follows an official request for OpenMAMA enumerations for HMS (Hardware based Messaging System) developed by BCC Group. The new enum values (based on the recent version 2.3.3) are: 1. for m
This patch follows an official request for OpenMAMA enumerations for HMS (Hardware based Messaging System) developed by BCC Group. The new enum values (based on the recent version 2.3.3) are: 1. for m
|
By
Joerg
·
|
|
[PATCH] QPID Fix For Missing Method Name 6 messages
Missing method name in transport.c Signed-off-by: Phil Preston <philippreston@...> --- mama/c_cpp/src/c/bridge/qpid/transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mama/c
Missing method name in transport.c Signed-off-by: Phil Preston <philippreston@...> --- mama/c_cpp/src/c/bridge/qpid/transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mama/c
|
By
Philip Preston
·
|
|
[PATCH] QPID Fixed Compile Error for double const
With the macros for Vector of types, with the const char being passed into the macro, a further const is on the type in the macros, got compiler error in Clang for double const Signed-off-by: Phil Pre
With the macros for Vector of types, with the const char being passed into the macro, a further const is on the type in the macros, got compiler error in Clang for double const Signed-off-by: Phil Pre
|
By
Philip Preston
·
|
|
Notes from Workshop Session 3-Sep-2015
Hi Folks, On 3rd September, we had a productive workshop session in London focused around Dynamic Bridge Loading, Entitlements Bridges and Acceptance Test Suites. We had great representation from soft
Hi Folks, On 3rd September, we had a productive workshop session in London focused around Dynamic Bridge Loading, Entitlements Bridges and Acceptance Test Suites. We had great representation from soft
|
By
Frank Quinn
·
|
|
MamaDQPublisherManager methods difference between OpenMAMA and EnterpriseMAMA 2 messages
Hi, OM 2.3.3 and EM 6.0.3 have the same methods for class MamaDQPublisherManager. But EM 5.0.7 has these additional methods: virtual MamaDQPublisher* getPublisher (const char *symbol); virtual void* g
Hi, OM 2.3.3 and EM 6.0.3 have the same methods for class MamaDQPublisherManager. But EM 5.0.7 has these additional methods: virtual MamaDQPublisher* getPublisher (const char *symbol); virtual void* g
|
By
Alpert, Reed
·
|
|
OpenMAMA ZeroMQ Bridge
Hi Folks, Over the past few weeks, I have taken on a personal project to write a ZeroMQ bridge for OpenMAMA which I have just open sourced on github: https://github.com/fquinner/OpenMAMA-zmq It suppor
Hi Folks, Over the past few weeks, I have taken on a personal project to write a ZeroMQ bridge for OpenMAMA which I have just open sourced on github: https://github.com/fquinner/OpenMAMA-zmq It suppor
|
By
Frank Quinn
·
|
|
OpenMAMA Windows release - mamda include file locations vary by platform
Hi, In the OpenMAMA release file (Windows 7 x86 Binaries) the mamda include files are in subdirs, but the sample programs do not reflect this. For MamdaBookAtomicListener.cpp: #include <mamda/MamdaBoo
Hi, In the OpenMAMA release file (Windows 7 x86 Binaries) the mamda include files are in subdirs, but the sample programs do not reflect this. For MamdaBookAtomicListener.cpp: #include <mamda/MamdaBoo
|
By
Alpert, Reed
·
|
|
Proposed minor change to allow specifying named symbol lists 5 messages
Classification: Public With the current OpenMAMA functionality for symbol list type requests (MAMA_SUBSC_TYPE_SYMBOL_LIST), it is not possible to request a named symbol list. Any symbol name specified
Classification: Public With the current OpenMAMA functionality for symbol list type requests (MAMA_SUBSC_TYPE_SYMBOL_LIST), it is not possible to request a named symbol list. Any symbol name specified
|
By
Keith Rudd
·
|
|
OpenMAMA now available on GitHub!
Hi Folks, After reviewing our current process and the number of disparate systems that we use to track and maintain OpenMAMA (Git, Bugzilla, Phabricator and Jira services), we have decided to move the
Hi Folks, After reviewing our current process and the number of disparate systems that we use to track and maintain OpenMAMA (Git, Bugzilla, Phabricator and Jira services), we have decided to move the
|
By
Matt Mulhern
·
|
|
Tick42 & OpenMama 2.3.3. 2 messages
Hi Tom, we updated our OpenMama System to 2.3.3 and tried the mamaproxycpp.cpp example with the latest tick42blp bridge version. The Program crashes calling the MamaMsg.detach() function with the Stat
Hi Tom, we updated our OpenMama System to 2.3.3 and tried the mamaproxycpp.cpp example with the latest tick42blp bridge version. The Program crashes calling the MamaMsg.detach() function with the Stat
|
By
Holger
·
|