|
[PATCH 02/14] AVIS: Pulled IO implementation from qpid over to avis
In future, we may want to make this code central. In the meantime, at least making the code identical with qpid should make it easier to maintain. Signed-off-by: Frank Quinn <fquinn.ni@...> --- mama/c
In future, we may want to make this code central. In the meantime, at least making the code identical with qpid should make it easier to maintain. Signed-off-by: Frank Quinn <fquinn.ni@...> --- mama/c
|
By
Frank Quinn
·
|
|
[PATCH 01/14] AVIS: Added NULL checks for all tests which caused crashing
This is with the exception of the timer implementation which has several bugs which have already been fixed in the qpid queue implementation so the qpid timer should instead simply be converted into c
This is with the exception of the timer implementation which has several bugs which have already been fixed in the qpid queue implementation so the qpid timer should instead simply be converted into c
|
By
Frank Quinn
·
|
|
[PATCH] AVIS: Made some basic changes to eliminate crashes on CI tests
Pushed this change earlier on but sending around for transparency. Avis tests still fail but at least they finish running (and a lot of the failures are expected due to lack of support in the avis bri
Pushed this change earlier on but sending around for transparency. Avis tests still fail but at least they finish running (and a lot of the failures are expected due to lack of support in the avis bri
|
By
Frank Quinn
·
|
|
OpenMAMA 2.3.3 Released
Hi Folks, It is with great pleasure that we can announce the release of OpenMAMA 2.3.3. The latest release contains several minor bugfixes since 2.3.2 and the following new features: * Support added f
Hi Folks, It is with great pleasure that we can announce the release of OpenMAMA 2.3.3. The latest release contains several minor bugfixes since 2.3.2 and the following new features: * Support added f
|
By
Frank Quinn
·
|
|
[PATCH 2/2] RPM: Added RPM builds for CentOS 7, FC21, FC22
Also deprecated support for EOL distros FC19 and FC20. Signed-off-by: Frank Quinn <fquinn.ni@...> --- release_scripts/openmama-rpm.sh | 15 ++++++++------- release_scripts/openmama.spec | 4 ++-- 2 file
Also deprecated support for EOL distros FC19 and FC20. Signed-off-by: Frank Quinn <fquinn.ni@...> --- release_scripts/openmama-rpm.sh | 15 ++++++++------- release_scripts/openmama.spec | 4 ++-- 2 file
|
By
Frank Quinn
·
|
|
[PATCH 1/2] SCONS: Fixed issue with builds not working on 32 bit Linux
Added i686 and a few other similar ancestors for good measure. Signed-off-by: Frank Quinn <fquinn.ni@...> --- site_scons/community/command_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Added i686 and a few other similar ancestors for good measure. Signed-off-by: Frank Quinn <fquinn.ni@...> --- site_scons/community/command_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
|
By
Frank Quinn
·
|
|
[PATCH 2/2] QPID: Fixed build error introduced in proton 0.9
From: Frank Quinn <fquinn.ni@...> --- mama/c_cpp/src/c/bridge/qpid/qpiddefs.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/mama/c_cpp/src/c/bridge/qpid/qpiddefs.h b/mama/c_c
From: Frank Quinn <fquinn.ni@...> --- mama/c_cpp/src/c/bridge/qpid/qpiddefs.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/mama/c_cpp/src/c/bridge/qpid/qpiddefs.h b/mama/c_c
|
By
fquinn.ni@...
·
|
|
[PATCH 1/2] QPID: Fixed warnings introduced since proton 0.8
From: Frank Quinn <fquinn.ni@...> --- mama/c_cpp/src/c/bridge/qpid/transport.c | 2 +- mama/c_cpp/src/c/payload/qpidmsg/qpidcommon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a
From: Frank Quinn <fquinn.ni@...> --- mama/c_cpp/src/c/bridge/qpid/transport.c | 2 +- mama/c_cpp/src/c/payload/qpidmsg/qpidcommon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a
|
By
fquinn.ni@...
·
|
|
Java MamaPublisher destroy 4 messages
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
Alpert, Reed
·
|
|
Help with bookpublisher 2 messages
Hi there, Could someone, please, give me a hand with the MamdaBookPublisher.java example, I haven't been able to run it, I mean, I don't know which are the arguments I've to pass. Thank you all. kind
Hi there, Could someone, please, give me a hand with the MamdaBookPublisher.java example, I haven't been able to run it, I mean, I don't know which are the arguments I've to pass. Thank you all. kind
|
By
Macrux
·
|
|
OpenMAMA-2.3.3-rc1 9 messages
Hi Guys, I have cut the new OpenMAMA-2.3.3 branch and created the OpenMAMA-2.3.3-rc1 tag, this is now available for testing. I would anticipate a test period of around 2-3 weeks with a view to making
Hi Guys, I have cut the new OpenMAMA-2.3.3 branch and created the OpenMAMA-2.3.3-rc1 tag, this is now available for testing. I would anticipate a test period of around 2-3 weeks with a view to making
|
By
Gary Molloy
·
|
|
[PATCH 2.3.3-rc1] NULL Symbol causes crash 2 messages
Patch for NULL symbol in subscribe causing crash. Test is modified mamalistencpp. I am working on the unit tests but they need more changes to make then work with any bridge/transport. Will send those
Patch for NULL symbol in subscribe causing crash. Test is modified mamalistencpp. I am working on the unit tests but they need more changes to make then work with any bridge/transport. Will send those
|
By
Reed Alpert
·
|
|
C# DQPublisher Manager 13 messages
Hi guys, we continued wrapping the dqpublishermanager class in C# but got stuck again. We can create a dqpublishermanager and I also get the onCreate callback. Now, we try to notify the dqpm that ther
Hi guys, we continued wrapping the dqpublishermanager class in C# but got stuck again. We can create a dqpublishermanager and I also get the onCreate callback. Now, we try to notify the dqpm that ther
|
By
Mathias Kim
·
|
|
NULL symbol causes crash 2 messages
Hi, Running modified mamalistencpp and using a NULL symbol causes a crash. Granted that NULL symbols are not that easy to use, and there is some argument that says if someone does that it is best to r
Hi, Running modified mamalistencpp and using a NULL symbol causes a crash. Granted that NULL symbols are not that easy to use, and there is some argument that says if someone does that it is best to r
|
By
Alpert, Reed
·
|
|
Tick42 bidge for TREP
Hi, Many of you will be aware that Tick42 have been developing an OpenMAMA bridge for Thomson Reuters TREP. You may also have noticed that it was publicly announced yesterday. There is a press release
Hi, Many of you will be aware that Tick42 have been developing an OpenMAMA bridge for Thomson Reuters TREP. You may also have noticed that it was publicly announced yesterday. There is a press release
|
By
Tom Doust
·
|
|
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
·
|