|
Bloomberg and OpenMAMA
6 messages
Hi there, I have some doubts about OpenMAMA and Bloomberg. In first place, I'm wondering if it is possible to conect multiple subscriber applications to bloomberg (using the tick42blp middleware bridg
Hi there, I have some doubts about OpenMAMA and Bloomberg. In first place, I'm wondering if it is possible to conect multiple subscriber applications to bloomberg (using the tick42blp middleware bridg
|
By
Macrux
·
|
|
[PATCH 1/2] [MAMA ALL] New accessor mamaPublisher_getTransport()
Testing Strategy -------------------- Modify the relevant mamaPublisher example applications to add the following (after you have created the publisher): C mamaTransport aTransport = NULL; status = ma
Testing Strategy -------------------- Modify the relevant mamaPublisher example applications to add the following (after you have created the publisher): C mamaTransport aTransport = NULL; status = ma
|
By
Gary Molloy
·
|
|
[PATCH 1/3] [MAMAC] mamaPlugin Feature - additional
4 messages
From 76a6db152998cbb32de58eb1cb9d6c1ab9307a1e Mon Sep 17 00:00:00 2001 From: Gary Molloy <g.molloy@...> Date: Wed, 29 Apr 2015 13:05:23 -0400 Subject: [PATCH] [MAMAC] mamaPlugin Feature - addition Add
From 76a6db152998cbb32de58eb1cb9d6c1ab9307a1e Mon Sep 17 00:00:00 2001 From: Gary Molloy <g.molloy@...> Date: Wed, 29 Apr 2015 13:05:23 -0400 Subject: [PATCH] [MAMAC] mamaPlugin Feature - addition Add
|
By
Gary Molloy
·
|
|
subscription msg queueing question
2 messages
Hi, The pdf dev guide says to only destroy a subscription from the same thread as the onMsg callbacks, or use destoryEx, which puts the destroy request on the subscription’s queue. The Tick42 bridge (
Hi, The pdf dev guide says to only destroy a subscription from the same thread as the onMsg callbacks, or use destoryEx, which puts the destroy request on the subscription’s queue. The Tick42 bridge (
|
By
Alpert, Reed
·
|
|
[PATCH 2/3] [MAMAC] Add ability to turn on/off entitlements on a per bridge basis - additional
2 messages
From 5300628690cdbeb41dd2dc355e3469afc20caae3 Mon Sep 17 00:00:00 2001 From: A.Ambrose <a.ambrose@...> Date: Thu, 30 Apr 2015 12:59:09 -0400 Subject: [PATCH 2/2] [MAMAC] Add ability to turn on/off ent
From 5300628690cdbeb41dd2dc355e3469afc20caae3 Mon Sep 17 00:00:00 2001 From: A.Ambrose <a.ambrose@...> Date: Thu, 30 Apr 2015 12:59:09 -0400 Subject: [PATCH 2/2] [MAMAC] Add ability to turn on/off ent
|
By
Gary Molloy
·
|
|
[Patch 2.3.2] Scons: fixes for Windows and Linux
4 messages
Hi, These are against the next branch. Fixes for Windows build using docs, testtools, and unittests. Fixes for using DOS commands instead of GNU/Linux commands. Remove reference to 'enterprise' in pat
Hi, These are against the next branch. Fixes for Windows build using docs, testtools, and unittests. Fixes for using DOS commands instead of GNU/Linux commands. Remove reference to 'enterprise' in pat
|
By
Reed Alpert
·
|
|
OpenMAMA-2.3.3
5 messages
Hi Guys, We are currently planning the next release of OpenMAMA - OpenMAMA-2.3.3. Please find below the initial list of issues that are currently scheduled for inclusion in this release: BZ166 Make wI
Hi Guys, We are currently planning the next release of OpenMAMA - OpenMAMA-2.3.3. Please find below the initial list of issues that are currently scheduled for inclusion in this release: BZ166 Make wI
|
By
Gary Molloy
·
|
|
[PATCH 3/3] [MAMAC] mamaPublisherImpl_getTransportImpl() accessor
2 messages
Testing Strategy:- Not middleware specific. To test this simply add the following lines to the mamapublisherc.c example application within the createPublisher() function: mamaTransport tport = mamaPub
Testing Strategy:- Not middleware specific. To test this simply add the following lines to the mamapublisherc.c example application within the createPublisher() function: mamaTransport tport = mamaPub
|
By
Gary Molloy
·
|
|
[PATCH] OpenMAMA RPM Release Scripts
From 8eda359358a6d3bb466ede459d719c927f9d7e0e Mon Sep 17 00:00:00 2001 From: Gary Molloy <g.molloy@...> Date: Mon, 27 Apr 2015 12:45:39 -0400 Subject: [PATCH] OpenMAMA RPM Release Scripts The name of
From 8eda359358a6d3bb466ede459d719c927f9d7e0e Mon Sep 17 00:00:00 2001 From: Gary Molloy <g.molloy@...> Date: Mon, 27 Apr 2015 12:45:39 -0400 Subject: [PATCH] OpenMAMA RPM Release Scripts The name of
|
By
Gary Molloy
·
|
|
[PATCH 1/3] [MAMAC] mamaPlugin Feature
2 messages
Testing Strategy:- Not middleware or O/S specific. Using the attached template you can create your own plugin and load it in via your mama.properties, for example: mama.plugin.name_0=template You can
Testing Strategy:- Not middleware or O/S specific. Using the attached template you can create your own plugin and load it in via your mama.properties, for example: mama.plugin.name_0=template You can
|
By
Gary Molloy
·
|
|
[PATCH 2/3] [MAMAC] Add ability to turn on/off entitlements on a per bridge basis
Testing Strategy:- Not middleware or O/S specific. This will require an entitled build and an entitlement server. There are 4 tests that you can run using a standard mamalistenc. For each test you wil
Testing Strategy:- Not middleware or O/S specific. This will require an entitled build and an entitlement server. There are 4 tests that you can run using a standard mamalistenc. For each test you wil
|
By
Gary Molloy
·
|
|
[PATCH] [MAMAC] OpenMAMA mock RPM's fail to build
Bugzilla Ticket :- Bug 179 Testing Strategy:- Not middleware or O/S specific. This applies to building with QPID only Try building OpenMAMA against the latest version of proton (v0.8) and the build wi
Bugzilla Ticket :- Bug 179 Testing Strategy:- Not middleware or O/S specific. This applies to building with QPID only Try building OpenMAMA against the latest version of proton (v0.8) and the build wi
|
By
Gary Molloy
·
|
|
Handling REFRESH messages in DQ publisher manager
13 messages
Classification: Public Hi team, I'm implementing new OpenMAMA transport bridge and have a question about Advanced publishing. In my middleware a publisher keeps track of all subscribers connected to i
Classification: Public Hi team, I'm implementing new OpenMAMA transport bridge and have a question about Advanced publishing. In my middleware a publisher keeps track of all subscribers connected to i
|
By
Yury Batrakov
·
|
|
[PATCH 2.3.1 1/1] Include stdout for build commands using site scons logger
2 messages
Update OpenMAMA site_scons logger to include stdout for build commands as well as stderr. Hence, Windows builds details of the compile/link error (if any) from MSVS CL command-line. Signed-off-by: Ali
Update OpenMAMA site_scons logger to include stdout for build commands as well as stderr. Hence, Windows builds details of the compile/link error (if any) from MSVS CL command-line. Signed-off-by: Ali
|
By
Alireza Assadzadeh
·
|
|
Missing transport status in C++ code
6 messages
Hi, In MamaTransport.cpp:83 the status codes MAMA_TRANSPORT_CONNECT_FAILED/MAMA_TRANSPORT_WRITE_QUEUE_LOW_WATER_MARK/MAMA_TRANSPORT_WRITE_QUEUE_HIGH_WATER_MARK are missing from the list. Java is the s
Hi, In MamaTransport.cpp:83 the status codes MAMA_TRANSPORT_CONNECT_FAILED/MAMA_TRANSPORT_WRITE_QUEUE_LOW_WATER_MARK/MAMA_TRANSPORT_WRITE_QUEUE_HIGH_WATER_MARK are missing from the list. Java is the s
|
By
Alpert, Reed
·
|
|
Question about queue's reusable message
3 messages
Hey all, I'm tracking down a memory leak in our bridge, and I am trying to understand why mamaMsg_setMsgBuffer doesn't set the owner flag in the message. When the queue destroys the reusable message,
Hey all, I'm tracking down a memory leak in our bridge, and I am trying to understand why mamaMsg_setMsgBuffer doesn't set the owner flag in the message. When the queue destroys the reusable message,
|
By
Sam Wilson
·
|
|
[Openmama-users] OpenMAMA, OpenMAMDA and OpenMDM
Good Afternoon, Firstly most of our email correspondence is on the openmama-dev@... channel, this is the best place to open new topics for discussion. OpenMamda is a framework running on top of OpenMA
Good Afternoon, Firstly most of our email correspondence is on the openmama-dev@... channel, this is the best place to open new topics for discussion. OpenMamda is a framework running on top of OpenMA
|
By
Adrienne Ambrose
·
|
|
onError from image request inbox lost
3 messages
Hey, I've got a (hopefully) quick question for you guys. First off, our scenario: instead of getting initials and recaps from an interactive publisher, our middleware bridge allows market data subscri
Hey, I've got a (hopefully) quick question for you guys. First off, our scenario: instead of getting initials and recaps from an interactive publisher, our middleware bridge allows market data subscri
|
By
Sam Wilson
·
|
|
[PATCH] SCons: OpenMAMA will not build on windows
BZ-183 Testing:- Not middleware specific. Applies to Windows only. With the patch applied it will be possible to build mama on windows using scons. Here is a very basic config (omama.conf) to test wit
BZ-183 Testing:- Not middleware specific. Applies to Windows only. With the patch applied it will be possible to build mama on windows using scons. Here is a very basic config (omama.conf) to test wit
|
By
Gary Molloy
·
|
|
[PATCH 2/2] Mama Java: Add java MamaDateTime::getAsFormattedString() method.
Bugzilla Ticket :- Bug 182 Testing:- Not middleware or O/S specific. Attached modified MamaListen.java application to the Bugzilla ticket, which instead of using the normal print function will now cal
Bugzilla Ticket :- Bug 182 Testing:- Not middleware or O/S specific. Attached modified MamaListen.java application to the Bugzilla ticket, which instead of using the normal print function will now cal
|
By
Adrienne Ambrose
·
|