|
RFC for Extended MAMA Date Time
Hi, This looks good for JPMChase, we will be able to support our securities before 1970 and far into the future. Thanks, Reed.
Hi, This looks good for JPMChase, we will be able to support our securities before 1970 and far into the future. Thanks, Reed.
|
By
...
· #1940
·
|
|
Should we make the jump to cmake?
Hi, CMake is fine for us, Tick42 uses it now so we have it integrated into our build systems. Most important is making it easy to change a build feature and do it on one place. Are there other O/S for
Hi, CMake is fine for us, Tick42 uses it now so we have it integrated into our build systems. Most important is making it easy to change a build feature and do it on one place. Are there other O/S for
|
By
...
· #1889
·
|
|
FW: OM 2.4.1 and transport destroy also destroys mama_publisher
Hi, I uploaded om_241_transport_pub_destroy.cpp into the jpmc incoming ftp dir. It should crash when ran as-is (may need some hard-coded string changes for your end), and then on line 64 if you turn t
Hi, I uploaded om_241_transport_pub_destroy.cpp into the jpmc incoming ftp dir. It should crash when ran as-is (may need some hard-coded string changes for your end), and then on line 64 if you turn t
|
By
...
· #1784
·
|
|
OM 2.4.1 and transport destroy also destroys mama_publisher
Hi, Testing with OM 2.4.1. If a C++/MamaPublisher is not destroyed before the C++/MamaTransport is destroyed, then the C/mamaTransport will notify each C/mamaPublisher that the transport is going away
Hi, Testing with OM 2.4.1. If a C++/MamaPublisher is not destroyed before the C++/MamaTransport is destroyed, then the C/mamaTransport will notify each C/mamaPublisher that the transport is going away
|
By
...
· #1780
·
|
|
Java JNI programs not exiting
Hi, Our OpenMAMA Java programs do not exit due to remaining non-daemon threads from the OM JNI. Even if these native threads have exited the Java threads are still alive and prevent the JVM from exiti
Hi, Our OpenMAMA Java programs do not exit due to remaining non-daemon threads from the OM JNI. Even if these native threads have exited the Java threads are still alive and prevent the JVM from exiti
|
By
...
· #1737
·
|
|
OpenMAMA Data Quality as pluggable libs
Hi, I've been looking at the data quality (dq) code and have some ideas on how to support multiple dq strategies. Generally mama has a dq strategy built into dqstrategy.c, subscription.c, and transpor
Hi, I've been looking at the data quality (dq) code and have some ideas on how to support multiple dq strategies. Generally mama has a dq strategy built into dqstrategy.c, subscription.c, and transpor
|
By
...
· #1657
·
|
|
Publisher Events Feature Documentation
Hi Chris, I owe that, I’ll send an updated PDF to the list today/tmrw. OpenMAMA group: is there a place on the wiki to store the PDF? Thanks, Reed. Reed Alpert | Corporate & Investment Bank | Market D
Hi Chris, I owe that, I’ll send an updated PDF to the list today/tmrw. OpenMAMA group: is there a place on the wiki to store the PDF? Thanks, Reed. Reed Alpert | Corporate & Investment Bank | Market D
|
By
...
· #1656
·
|
|
OpenMAMA-2.4.0-rc1 Now Available
Hi, Submitted one pull request for Sconscript.win to create entitlementlibraries.c. With that the build works fine via scons on Windows 7 32b/64b, RHEL5 32b/64b, RHEL6 32b/64b. Thanks, Reed. Reed Alpe
Hi, Submitted one pull request for Sconscript.win to create entitlementlibraries.c. With that the build works fine via scons on Windows 7 32b/64b, RHEL5 32b/64b, RHEL6 32b/64b. Thanks, Reed. Reed Alpe
|
By
...
· #1654
·
|
|
Discussion Point: Dynamic Bridge Loading and Default payloads
For us it is mostly a support issue, in that when working with a bridge vendor it is easier if we are also using their payload. If we are mixing bridges and payloads a vendor can quite reasonably ask
For us it is mostly a support issue, in that when working with a bridge vendor it is easier if we are also using their payload. If we are mixing bridges and payloads a vendor can quite reasonably ask
|
By
...
· #1647
·
|
|
Openmama Documentation for subscription onDestroy
I think the app needs to call sub->destroy(), then wait for the onDestroy(), and then ‘delete sub’. onDestroy() is a completion event – once you get it you won’t hear from that subscription again (no
I think the app needs to call sub->destroy(), then wait for the onDestroy(), and then ‘delete sub’. onDestroy() is a completion event – once you get it you won’t hear from that subscription again (no
|
By
...
· #1640
·
|
|
MamaSubscription java finalizer will never run
Hi, MAMAJNI: MamaSubscription has unnecessary finalizer which impacts memory #94 MamaSubscription java class has a finalizer which won't be called until after destroy() is called since destroy deletes
Hi, MAMAJNI: MamaSubscription has unnecessary finalizer which impacts memory #94 MamaSubscription java class has a finalizer which won't be called until after destroy() is called since destroy deletes
|
By
...
· #1634
·
|
|
Question on publisher events and transport topic callbacks
Hi, I’ve been working through the publisher events via transport topics callbacks with Solace dev. We have a few questions and are looking for input from the dev community. Briefly, the publisher even
Hi, I’ve been working through the publisher events via transport topics callbacks with Solace dev. We have a few questions and are looking for input from the dev community. Briefly, the publisher even
|
By
...
· #1633
·
|
|
Proposed end of support for Microsoft Visual Studio 2005 (VC8)
HI, We don’t use VS2005, but do build with 2012 and soon 2013. We also have some interest in 2008, but haven’t gone down that road yet. Thanks, Reed. Reed Alpert | Corporate & Investment Bank | Market
HI, We don’t use VS2005, but do build with 2012 and soon 2013. We also have some interest in 2008, but haven’t gone down that road yet. Thanks, Reed. Reed Alpert | Corporate & Investment Bank | Market
|
By
...
· #1623
·
|
|
OpenMAMA Publisher Events RFC
Hi, Attached is an RFC for OpenMAMA Publisher Events. Please send any comments/suggestions/etc. Publisher events provides a way for bridges to provide events back to the application. An example is per
Hi, Attached is an RFC for OpenMAMA Publisher Events. Please send any comments/suggestions/etc. Publisher events provides a way for bridges to provide events back to the application. An example is per
|
By
...
· #1621
·
|
|
Open MAMA DateTime object
Hi, Some notes on the datetime 2038 & 2106 issues. · Today o OM holds seconds in unsigned 4 bytes (as part of 8 byte struct). § 4,294,967,295 secs, ~136 years. o This is the same for 32- and 64-bit bu
Hi, Some notes on the datetime 2038 & 2106 issues. · Today o OM holds seconds in unsigned 4 bytes (as part of 8 byte struct). § 4,294,967,295 secs, ~136 years. o This is the same for 32- and 64-bit bu
|
By
...
· #1619
·
|
|
MamaDQPublisherManager methods difference between OpenMAMA and EnterpriseMAMA
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
...
· #1595
·
|
|
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
...
· #1596
·
|
|
OM 2.3.3 and entitlements
Hi, OK if I submit the patch that for Sconscripts that allows build w/ entitlements? It can all be removed when the entitle plugin is ready. The patch adds entitle_home to the command line parms (loca
Hi, OK if I submit the patch that for Sconscripts that allows build w/ entitlements? It can all be removed when the entitle plugin is ready. The patch adds entitle_home to the command line parms (loca
|
By
...
· #1575
·
|
|
OM 2.3.3 and entitlements
Hi, When building OM 2.3.3 with entitlements enabled there are some needed changes to SConscripts. I have prepared a patch (mostly adding in the oeac library), and can send that in, but wanted to chec
Hi, When building OM 2.3.3 with entitlements enabled there are some needed changes to SConscripts. I have prepared a patch (mostly adding in the oeac library), and can send that in, but wanted to chec
|
By
...
· #1573
·
|
|
Java MamaPublisher destroy
Hi, For Java MamaPublisher I don’t see a destroy or finalize method, are the C resources being freed in another way I don’t see? Thanks, Reed. Reed Alpert | Corporate & Investment Bank | Market Data S
Hi, For Java MamaPublisher I don’t see a destroy or finalize method, are the C resources being freed in another way I don’t see? Thanks, Reed. Reed Alpert | Corporate & Investment Bank | Market Data S
|
By
...
· #1533
·
|