|
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
·
|
|
[PATCH 1/2] Mama Java: Java subscription setup fix - it loses the closure.
Bugzilla Ticket :- Bug-181 Testing:- Not middleware or O/S specific. I have attached a modified MamaListen.java application to the Bugzilla ticket, which instead of using the createSubscription() we a
Bugzilla Ticket :- Bug-181 Testing:- Not middleware or O/S specific. I have attached a modified MamaListen.java application to the Bugzilla ticket, which instead of using the createSubscription() we a
|
By
Adrienne Ambrose
·
|
|
Error handling in market data subscription activation and error notification to application 4 messages
Hi Folks, I have noticed that in Mama C subscription, if a market data subscription activation callback (i.e. createAction) fails the error is not propagated in Mama subscription layer to the applicat
Hi Folks, I have noticed that in Mama C subscription, if a market data subscription activation callback (i.e. createAction) fails the error is not propagated in Mama subscription layer to the applicat
|
By
Alireza Assadzadeh
·
|
|
Subscription onDestroy Callback 3 messages
Hey everyone, I spoke quickly with Damien about this on IRC, but I thought I should raise the question with the community at large. What thread should the subscription's onDestroy callback be called f
Hey everyone, I spoke quickly with Damien about this on IRC, but I thought I should raise the question with the community at large. What thread should the subscription's onDestroy callback be called f
|
By
Sam Wilson
·
|
|
OpenMAMA-2.3.2-rc1 10 messages
Hi Guys, I will be cutting RC1 for the next release, 2.3.2, this afternoon. This will contain a handful of minor issues, unit tests updates, enterprise issues etc… If there are any issues in particula
Hi Guys, I will be cutting RC1 for the next release, 2.3.2, this afternoon. This will contain a handful of minor issues, unit tests updates, enterprise issues etc… If there are any issues in particula
|
By
Gary Molloy
·
|
|
Notification for new subscriptions 5 messages
Hi, Currently, I am trying to set up a publisher for market data with OpenMAMA in C#. I wonder if there is a way to receive a notifcation every time my publisher accepts a new subscription from a subs
Hi, Currently, I am trying to set up a publisher for market data with OpenMAMA in C#. I wonder if there is a way to receive a notifcation every time my publisher accepts a new subscription from a subs
|
By
Mathias Kim
·
|
|
Starting a bridge in a new thread 2 messages
Hi team, Is it necessary to start a bridge on a separate thread? new Thread() { public void run() { try { Mama.start(bridge); } catch (RuntimeException e) { } }.start(); } } Or should we use this Mama
Hi team, Is it necessary to start a bridge on a separate thread? new Thread() { public void run() { try { Mama.start(bridge); } catch (RuntimeException e) { } }.start(); } } Or should we use this Mama
|
By
Hari Shyam
·
|