|
OpenMAMA 2.1 - Building in windows
I’m trying to build an unmodified clone of the latest git repository in windows. I’m using VS 2010. After resolving dependencies on avis and gtest, I’m still getting errors in the build. They
I’m trying to build an unmodified clone of the latest git repository in windows. I’m using VS 2010. After resolving dependencies on avis and gtest, I’m still getting errors in the build. They
|
By
Mark Spielman
·
#231
·
|
|
Re: Issues with make clean
Mike,
I’ve finally had a chance to return to this issue. Yes, my java build appears to be succeeding.
ls openmama-install/lib/libmamajni.*
libmamajni.a libmamajni.la
Mike,
I’ve finally had a chance to return to this issue. Yes, my java build appears to be succeeding.
ls openmama-install/lib/libmamajni.*
libmamajni.a libmamajni.la
|
By
Mark Spielman
·
#230
·
|
|
Re: Adding new bridges
I agree that this becomes much more cumbersome as we begin to support bridges
from multiple organizations. Requiring new software just to load a new bridge
that is otherwise compatible with your
I agree that this becomes much more cumbersome as we begin to support bridges
from multiple organizations. Requiring new software just to load a new bridge
that is otherwise compatible with your
|
By
mschonberg <mschonberg@...>
·
#229
·
|
|
Adding new bridges
I just want to throw some thoughts into the air here about simplifying the process of adding new bridges.
As things stand, with OM 2.1.1.2, if I want to run a new middleware bridge I have to add
I just want to throw some thoughts into the air here about simplifying the process of adding new bridges.
As things stand, with OM 2.1.1.2, if I want to run a new middleware bridge I have to add
|
By
Tom Doust
·
#228
·
|
|
Re: MamdaSubscription question - no updates for MAMA_MSG_TYPE_UPDATE
Hi Mark,
Thanks for the response. My programs are actually the mamdapublisher and mamdalistener from the examples. I found I had to make some small changes to get these working.
So I use the
Hi Mark,
Thanks for the response. My programs are actually the mamdapublisher and mamdalistener from the examples. I found I had to make some small changes to get these working.
So I use the
|
By
Russell Aidan (Ext. - UniCredit Business Integrated Solutions) <aidan.russell.extern@...>
·
#227
·
|
|
Re: MamdaSubscription question - no updates for MAMA_MSG_TYPE_UPDATE
Russell,
Take a look at mamda/c_cpp/src/examples/mamdapublisher.cpp
(specifically MamdaPublisher::addMamaHeaderFields).
I think your issue is that you need to add more header fields, afaik
at a
Russell,
Take a look at mamda/c_cpp/src/examples/mamdapublisher.cpp
(specifically MamdaPublisher::addMamaHeaderFields).
I think your issue is that you need to add more header fields, afaik
at a
|
By
Mark O'Callaghan
·
#226
·
|
|
MamdaSubscription question - no updates for MAMA_MSG_TYPE_UPDATE
Hi,
I wonder if anyone has come across this MAMDA publisher/listener behaviour ?
I wrote a simple test MAMDA listener and publisher. In the listener I create a simple MamdaSubscription, using
Hi,
I wonder if anyone has come across this MAMDA publisher/listener behaviour ?
I wrote a simple test MAMDA listener and publisher. In the listener I create a simple MamdaSubscription, using
|
By
Russell Aidan (Ext. - UniCredit Business Integrated Solutions) <aidan.russell.extern@...>
·
#225
·
|
|
Re: [RFC] Continuous Integration Proposal
Jenkins is a good choice as a CI server. Ideally, we'd want to run a small build farm targeting the main CPU / OS combos (Windows, Linux, 32-bit & 64-bit x86), but that can be for the future. Some
Jenkins is a good choice as a CI server. Ideally, we'd want to run a small build farm targeting the main CPU / OS combos (Windows, Linux, 32-bit & 64-bit x86), but that can be for the future. Some
|
By
Raph Cohn
·
#224
·
|
|
[RFC] Continuous Integration Proposal
Mike Ritchie from J.P. Morgan was kind enough to draft this very thorough
proposal and roadmap to establish continuous integration (CI) for OpenMAMA. The
proposal addresses many of the challenges
Mike Ritchie from J.P. Morgan was kind enough to draft this very thorough
proposal and roadmap to establish continuous integration (CI) for OpenMAMA. The
proposal addresses many of the challenges
|
By
mschonberg <mschonberg@...>
·
#223
·
|
|
[PATCH] [mama] Use local subscription list when refreshes disabled
From: Mike Schonberg <mschonberg@...>
Normally, with refreshes enabled, mamaTransport delegates maintaining a list of
subscriptions to the refresh sub-transport; however, when refreshes are
From: Mike Schonberg <mschonberg@...>
Normally, with refreshes enabled, mamaTransport delegates maintaining a list of
subscriptions to the refresh sub-transport; however, when refreshes are
|
By
mschonberg@...
·
#222
·
|
|
Re: Question about adding subscriptions without refresh.
I found the problem. We previously had unnecessary #ifdef's that allowed us to
conditionally compile MAMA without any refresh logic. When we removed the
conditional compilation, we erroneously deleted
I found the problem. We previously had unnecessary #ifdef's that allowed us to
conditionally compile MAMA without any refresh logic. When we removed the
conditional compilation, we erroneously deleted
|
By
mschonberg <mschonberg@...>
·
#221
·
|
|
Re: Issues with make clean
Thanks Mike. I will investigate further and report back when I have a second to revert to this clean state.
Cheers,
Mark
Thanks Mike. I will investigate further and report back when I have a second to revert to this clean state.
Cheers,
Mark
|
By
Mark Spielman
·
#220
·
|
|
Re: Question about adding subscriptions without refresh.
Thanks Mike. Would you like me to post the fix as a proper patch then? Or would you like to look through the submissions and back track on when this was introduced?
Cheers,
Mark
Thanks Mike. Would you like me to post the fix as a proper patch then? Or would you like to look through the submissions and back track on when this was introduced?
Cheers,
Mark
|
By
Mark Spielman
·
#219
·
|
|
Re: Question about adding subscriptions without refresh.
Mark,
Your fix is correct. The current implementation is clearly wrong. I am not sure
when this was introduced, but I suspect it was a recent change. It might be
worth looking into.
Regards,
-Mike
Mark,
Your fix is correct. The current implementation is clearly wrong. I am not sure
when this was introduced, but I suspect it was a recent change. It might be
worth looking into.
Regards,
-Mike
|
By
mschonberg <mschonberg@...>
·
#218
·
|
|
Re: Issues with make clean
Mark,
Is your Java build succeeding? You can tell by the presence of libmamajni.so in your lib directory. I suspect that it might not be which might cause the clean step to fail.
If you are
Mark,
Is your Java build succeeding? You can tell by the presence of libmamajni.so in your lib directory. I suspect that it might not be which might cause the clean step to fail.
If you are
|
By
Mike Schonberg <mschonberg@...>
·
#217
·
|
|
Question about adding subscriptions without refresh.
In developing a transport bridge for openMAMA, I came across what I believe is an issue with mama/c_cpp/src/c/transport.c. The mamaTransport_addSubscription() will return MAMA_STATUS_NOMEM if the
In developing a transport bridge for openMAMA, I came across what I believe is an issue with mama/c_cpp/src/c/transport.c. The mamaTransport_addSubscription() will return MAMA_STATUS_NOMEM if the
|
By
Mark Spielman
·
#216
·
|
|
Issues with make clean
I cloned the OpenMAMA 2.1 build and did:
./generateBuildFiles.sh
./configure --prefix=$PWD/openmama-install --avis-path=<internal-path>/avis-install
make
make install
This was successful.
I cloned the OpenMAMA 2.1 build and did:
./generateBuildFiles.sh
./configure --prefix=$PWD/openmama-install --avis-path=<internal-path>/avis-install
make
make install
This was successful.
|
By
Mark Spielman
·
#215
·
|
|
Open Data Model Docs available for feedback (OpenMDM)
Hey All,
We are delighted to announce the release of the OpenMDM Phase 2 Equities and Indices Consultation documentation which shall be published over the next week.
In this first documentation
Hey All,
We are delighted to announce the release of the OpenMDM Phase 2 Equities and Indices Consultation documentation which shall be published over the next week.
In this first documentation
|
By
Jamie Hill
·
#214
·
|
|
Соберем gля Вас по сeти интeрнет базу gaнных пoтенциaльных клиeнтoв для Вашeго Бизнеcа Bce контakты Пoдpoбнeе Email:prodawez@mixmail.com Тeл:+79IЗ79З6ЗЧ2 Skype:s.3837 ICQ:6288862
Соберем gля Вас по сeти интeрнет базу gaнных
пoтенциaльных клиeнтoв для Вашeго Бизнеcа
Bce контakты Пoдpoбнeе по
Email:
Соберем gля Вас по сeти интeрнет базу gaнных
пoтенциaльных клиeнтoв для Вашeго Бизнеcа
Bce контakты Пoдpoбнeе по
Email:
|
By
openmama-dev@...
·
#213
·
|
|
Re: OpenMama Bridge Developer Guide
Also find attached the initial draft of the Bridge Developer Guide in word document format.
Do reply back with any suggestions.
Thanks,
Jacob
From: Jacobraj Benet <jbenet@...>
Date: Tuesday, June 12,
Also find attached the initial draft of the Bridge Developer Guide in word document format.
Do reply back with any suggestions.
Thanks,
Jacob
From: Jacobraj Benet <jbenet@...>
Date: Tuesday, June 12,
|
By
Jacobraj Benet <JBenet@...>
·
#212
·
|