|
[PATCH 08/14] AVIS: Added opaque data type serialization and deserialization
There was already support for opaque data types but they could not be serialized or deserialized. This patch should remedy this. Signed-off-by: Frank Quinn <fquinn.ni@...> --- mama/c_cpp/src/c/payload
There was already support for opaque data types but they could not be serialized or deserialized. This patch should remedy this. Signed-off-by: Frank Quinn <fquinn.ni@...> --- mama/c_cpp/src/c/payload
|
By
Frank Quinn
·
|
|
[PATCH 07/14] UNITTEST: Added some working getSendSubject unit tests
The previous tests pretty much assumed it wasn't implemented in the bridge. This fix adds some basic testing around this functionality for self-describing messages. Signed-off-by: Frank Quinn <fquinn.
The previous tests pretty much assumed it wasn't implemented in the bridge. This fix adds some basic testing around this functionality for self-describing messages. Signed-off-by: Frank Quinn <fquinn.
|
By
Frank Quinn
·
|
|
[PATCH 06/14] AVIS: Modified date time serialization to include flags
This was done with a simple assignment. Will need revised if MAMA ever decide to change their datetime format. Signed-off-by: Frank Quinn <fquinn.ni@...> --- mama/c_cpp/src/c/payload/avismsg/avismsgim
This was done with a simple assignment. Will need revised if MAMA ever decide to change their datetime format. Signed-off-by: Frank Quinn <fquinn.ni@...> --- mama/c_cpp/src/c/payload/avismsg/avismsgim
|
By
Frank Quinn
·
|
|
[PATCH 05/14] AVIS: Added avis implementation for muteCurrentTopic
Like qpid, this is simply a call to the internal bridge function to mute the subscription's topic. Signed-off-by: Frank Quinn <fquinn.ni@...> --- mama/c_cpp/src/c/bridge/avis/sub.c | 2 +- 1 file chang
Like qpid, this is simply a call to the internal bridge function to mute the subscription's topic. Signed-off-by: Frank Quinn <fquinn.ni@...> --- mama/c_cpp/src/c/bridge/avis/sub.c | 2 +- 1 file chang
|
By
Frank Quinn
·
|
|
[PATCH 04/14] AVIS: Added several value validation steps that unit tests require
Several unit tests expect MAMA bridges to return standard error codes in various scenarios. This set of updates should bring avis into line with these expectations. Signed-off-by: Frank Quinn <fquinn.
Several unit tests expect MAMA bridges to return standard error codes in various scenarios. This set of updates should bring avis into line with these expectations. Signed-off-by: Frank Quinn <fquinn.
|
By
Frank Quinn
·
|
|
[PATCH 03/14] AVIS: Pulled Queue and Timer 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 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
·
|