|
A new "MamaResourcePool" API for OpenMAMA?
Hi Folks, We are currently considering options for trying to make the OpenMAMA API easier to work with and more accessible for new users. When I look at the OpenMAMA API's strengths and weaknesses, th
Hi Folks, We are currently considering options for trying to make the OpenMAMA API easier to work with and more accessible for new users. When I look at the OpenMAMA API's strengths and weaknesses, th
|
By Frank Quinn
·
|
|
OpenMAMA Now Available on Homebrew (Mac / Linux)
That’s right Mac users – OpenMAMA has been approved and is now included in homebrew’s set of packages. So to install OpenMAMA on a Mac, simply brew update brew install openmama …and yes this will also
That’s right Mac users – OpenMAMA has been approved and is now included in homebrew’s set of packages. So to install OpenMAMA on a Mac, simply brew update brew install openmama …and yes this will also
|
By Frank Quinn
·
|
|
The future of CentOS and OpenMAMA 2 messages
Hi Folks, I’m curious about the community feeling towards the future of CentOS. I’d appreciate a reply with one or a selection of the following for those of you running Red Hat derivative distribution
Hi Folks, I’m curious about the community feeling towards the future of CentOS. I’d appreciate a reply with one or a selection of the following for those of you running Red Hat derivative distribution
|
By Frank Quinn
·
|
|
Goodbye Appveyor, Hello Github Actions
Hi folks, I am in the final stages of the effort to migrate from Appveyor to Github Actions. This will reduce the overall build time down from 5 hours to 40 minutes across 14 different development env
Hi folks, I am in the final stages of the effort to migrate from Appveyor to Github Actions. This will reduce the overall build time down from 5 hours to 40 minutes across 14 different development env
|
By Frank Quinn
·
|
|
CentOS 6 / RHEL 6 Support (Reply Needed)
Hi Folks, CentOS 6 is reaching its main EOL on the 30th November (10 days time), so I’d like to ask the community where they are in respect to migration. Please feel free to reply to me either directl
Hi Folks, CentOS 6 is reaching its main EOL on the 30th November (10 days time), so I’d like to ask the community where they are in respect to migration. Please feel free to reply to me either directl
|
By Frank Quinn
·
|
|
OpenMAMA contribution to FINOS
Hi Folks, I am excited to announce that OpenMAMA was successfully contributed to FINOS and it's now available as a FINOS hosted project at https://github.com/finos/OpenMAMA. Any old links and git clon
Hi Folks, I am excited to announce that OpenMAMA was successfully contributed to FINOS and it's now available as a FINOS hosted project at https://github.com/finos/OpenMAMA. Any old links and git clon
|
By Frank Quinn
·
|
|
Announcing OZ: a production-quality, open-source transport for OpenMAMA using ZeroMQ
Everyone on this mailing list is already well acquainted with OpenMAMA's awesome-ness, but I want to let you know about something that makes OpenMAMA even more awesome. One thing that has always been
Everyone on this mailing list is already well acquainted with OpenMAMA's awesome-ness, but I want to let you know about something that makes OpenMAMA even more awesome. One thing that has always been
|
By Bill Torpey
·
|
|
OpenMAMA 6.3.1 Released
Hi Folks, We are pleased to announce OpenMAMA 6.3.1 is finally here and has now propagated to Cloudsmith, Maven central etc! This is a maintenance release which fixes several outstanding bugs and intr
Hi Folks, We are pleased to announce OpenMAMA 6.3.1 is finally here and has now propagated to Cloudsmith, Maven central etc! This is a maintenance release which fixes several outstanding bugs and intr
|
By Frank Quinn
·
|
|
OpenMAMA 6.3.1 RC1 Released 2 messages
Hi Folks, We (finally) have a new RC ready for testing with compiled artifacts for supported platforms – check it out: https://github.com/OpenMAMA/OpenMAMA/releases/tag/OpenMAMA-6.3.1-rc1 This is a ma
Hi Folks, We (finally) have a new RC ready for testing with compiled artifacts for supported platforms – check it out: https://github.com/OpenMAMA/OpenMAMA/releases/tag/OpenMAMA-6.3.1-rc1 This is a ma
|
By Frank Quinn
·
|
|
New OpenMAMA Website is Live!
Hi Folks, After a successful testing period (thanks to all who were involved), we are delighted to announce the official launch the new OpenMAMA website which went live yesterday evening: https://open
Hi Folks, After a successful testing period (thanks to all who were involved), we are delighted to announce the official launch the new OpenMAMA website which went live yesterday evening: https://open
|
By Frank Quinn
·
|
|
OpenMAMA Preview Website Launch 2 messages
Hi Folks, It is with great pleasure that I can declare that a new website is on its way. It is currently hosted at https://openmama.github.io as a preview version (the former documentation website add
Hi Folks, It is with great pleasure that I can declare that a new website is on its way. It is currently hosted at https://openmama.github.io as a preview version (the former documentation website add
|
By Frank Quinn
·
|
|
Proposal: OpenMAMA Default Branch change to "next" 3 messages
Hi Folks, I would like to propose that we change the OpenMAMA github default git branch to “next” instead of “master”. This would mean that: When you visit our github page, you will see the latest dev
Hi Folks, I would like to propose that we change the OpenMAMA github default git branch to “next” instead of “master”. This would mean that: When you visit our github page, you will see the latest dev
|
By Frank Quinn
·
|
|
Last call for OpenMAMA 6.3.1 release candidate 2 messages
Hi Folks, I plan on taking a cut for OpenMAMA 6.3.1 RC1 over the coming weekend (21-Aug 2020). If anyone has anything they want to submit before then please let me know so I can delay the cut if neces
Hi Folks, I plan on taking a cut for OpenMAMA 6.3.1 RC1 over the coming weekend (21-Aug 2020). If anyone has anything they want to submit before then please let me know so I can delay the cut if neces
|
By Frank Quinn
·
|
|
CentOS 8 + Ubuntu 20.04 LTS Support
Hi Folks, I have just pushed some changes into the next branch which add some changes to support: CentOS 8 Ubuntu 20.04 It also effectively drops support for the now EOL: Fedora 28 Fedora 29 Ubuntu 14
Hi Folks, I have just pushed some changes into the next branch which add some changes to support: CentOS 8 Ubuntu 20.04 It also effectively drops support for the now EOL: Fedora 28 Fedora 29 Ubuntu 14
|
By Frank Quinn
·
|
|
Deadlock in mamaSubscription and mamaTransport destroy logic 3 messages
Hi OpenMAMA Dev, We have encountered a deadlock situation in mamaSubscription’s and mamaTransport’s teardown logic due to lock ordering when destroying their underlying mamaPublisher. We are able to r
Hi OpenMAMA Dev, We have encountered a deadlock situation in mamaSubscription’s and mamaTransport’s teardown logic due to lock ordering when destroying their underlying mamaPublisher. We are able to r
|
By Slade, Michael J
·
|
|
Early releases of lock in mamaSubscription destroy/deallocate logic 12 messages
Hi OpenMAMA Devs, In the subscription destroy/deallocate logic, there are a couple of functions which seem to release the lock used to protect access to the subscription structure early – i.e. before
Hi OpenMAMA Devs, In the subscription destroy/deallocate logic, there are a couple of functions which seem to release the lock used to protect access to the subscription structure early – i.e. before
|
By Slade, Michael J
·
|
|
let's move bridgeMamaSubscriptionMute call up in hierarchy out of throttle locked context 7 messages
Classification: Public Hi openmama team, I'd like to propose moving bridgeMamaSubscriptionMute call from mamaSubscription_deactivate_internal up in the call hierarchy to mamaSubscription_deactivate so
Classification: Public Hi openmama team, I'd like to propose moving bridgeMamaSubscriptionMute call from mamaSubscription_deactivate_internal up in the call hierarchy to mamaSubscription_deactivate so
|
By Igor Kovalenko
·
|
|
OpenMAMA plugin enhancement to allow source/symbol-mapping plugin
I took an action from recent OpenMAMA Steering Committee meeting to look into MAMA plugin interface enhancement, specifically with a view to providing for a pre-subscription plugin hook that would all
I took an action from recent OpenMAMA Steering Committee meeting to look into MAMA plugin interface enhancement, specifically with a view to providing for a pre-subscription plugin hook that would all
|
By Keith Rudd
·
|
|
Adding Blank data representation to MAMA API data types 9 messages
Certain other market data platforms / APIs (well, TREP) support the concept of 'blank' field values. The price and time field types actually have special blank data representations defined. This is us
Certain other market data platforms / APIs (well, TREP) support the concept of 'blank' field values. The price and time field types actually have special blank data representations defined. This is us
|
By Keith Rudd
·
|
|
OpenMAMA 6.3.0 Released
Hi Folks, We are pleased to announce OpenMAMA 6.3.0 is finally here! This is a bridge interface updating release which fixes several outstanding bugs and introduces some new functionality. OpenMAMA mi
Hi Folks, We are pleased to announce OpenMAMA 6.3.0 is finally here! This is a bridge interface updating release which fixes several outstanding bugs and introduces some new functionality. OpenMAMA mi
|
By Frank Quinn
·
|