|
[PATCH 12/14] UNITTEST: Removed duplicateReplyHandle test
This test doesn't really make sense without the use of an inbox
so it serves no useful function at the moment, therefore I'm taking
it out.
Signed-off-by: Frank Quinn <fquinn.ni@...>
---
This test doesn't really make sense without the use of an inbox
so it serves no useful function at the moment, therefore I'm taking
it out.
Signed-off-by: Frank Quinn <fquinn.ni@...>
---
|
By
Frank Quinn <fquinn.ni@...>
·
#1557
·
|
|
[PATCH 11/14] AVIS: Modified iterator to align with MAMA C++ Expectations
MAMA expects iterators to rewind when begin is called, and
remain pointing to the first entry after the *first* time
that next is called. This change aligns with that requirement.
Signed-off-by: Frank
MAMA expects iterators to rewind when begin is called, and
remain pointing to the first entry after the *first* time
that next is called. This change aligns with that requirement.
Signed-off-by: Frank
|
By
Frank Quinn <fquinn.ni@...>
·
#1556
·
|
|
[PATCH 10/14] UNITTEST: Fixed assumption of order in iteration
The unit tests assumed that the order of entry into a message
field will be identical to the order of extraction while iterating.
This proved not to be the case with avis and possibly other
The unit tests assumed that the order of entry into a message
field will be identical to the order of extraction while iterating.
This proved not to be the case with avis and possibly other
|
By
Frank Quinn <fquinn.ni@...>
·
#1555
·
|
|
[PATCH 09/14] UNITTEST: Fixed msgGetDateTimeMSecInValidName to behave correctly
This unit test was testing for the wrong thing. Really all it
should have been testing was that the methods work OK when a NULL
name is provided, but a fid is non-NULL.
Signed-off-by: Frank Quinn
This unit test was testing for the wrong thing. Really all it
should have been testing was that the methods work OK when a NULL
name is provided, but a fid is non-NULL.
Signed-off-by: Frank Quinn
|
By
Frank Quinn <fquinn.ni@...>
·
#1554
·
|
|
[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@...>
---
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@...>
---
|
By
Frank Quinn <fquinn.ni@...>
·
#1553
·
|
|
[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
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
|
By
Frank Quinn <fquinn.ni@...>
·
#1552
·
|
|
[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@...>
---
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@...>
---
|
By
Frank Quinn <fquinn.ni@...>
·
#1551
·
|
|
[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
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
|
By
Frank Quinn <fquinn.ni@...>
·
#1550
·
|
|
[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
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
|
By
Frank Quinn <fquinn.ni@...>
·
#1549
·
|
|
[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@...>
---
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@...>
---
|
By
Frank Quinn <fquinn.ni@...>
·
#1560
·
|
|
[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@...>
---
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@...>
---
|
By
Frank Quinn <fquinn.ni@...>
·
#1548
·
|
|
[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
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
|
By
Frank Quinn <fquinn.ni@...>
·
#1547
·
|
|
Dropping support for Qpid Proton <= 0.6
Hi Folks,
I am planning on dropping support for Qpid Proton 0.5 and 0.6 in the next OpenMAMA release and instead sticking to versions 0.7+. Those guys move quickly and make small changes to interfaces
Hi Folks,
I am planning on dropping support for Qpid Proton 0.5 and 0.6 in the next OpenMAMA release and instead sticking to versions 0.7+. Those guys move quickly and make small changes to interfaces
|
By
Frank Quinn <fquinn.ni@...>
·
#1546
·
|
|
Re: QPID Proton bridge: multiple subscribers, one publisher
Hi Nestor,
If you modify each new subscriber to use a different incoming URL and reply URL, you can actually do this today, though as you can imagine it becomes a bit of a brute to configure very
Hi Nestor,
If you modify each new subscriber to use a different incoming URL and reply URL, you can actually do this today, though as you can imagine it becomes a bit of a brute to configure very
|
By
Frank Quinn <fquinn.ni@...>
·
#1545
·
|
|
QPID Proton bridge: multiple subscribers, one publisher
Hi guys,
I'd like to know if there was or there will be some change to the Qpid Proton Bridge such that I can have a publish/subscribe connection in which only one advanced publisher can have multiple
Hi guys,
I'd like to know if there was or there will be some change to the Qpid Proton Bridge such that I can have a publish/subscribe connection in which only one advanced publisher can have multiple
|
By
Macrux <kmacrux@...>
·
#1544
·
|
|
[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
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
|
By
Frank Quinn <fquinn.ni@...>
·
#1543
·
|
|
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
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
|
By
Frank Quinn <fquinn.ni@...>
·
#1542
·
|
|
[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 ++--
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 ++--
|
By
Frank Quinn <fquinn.ni@...>
·
#1541
·
|
|
[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
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
|
By
Frank Quinn <fquinn.ni@...>
·
#1540
·
|
|
[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
From: Frank Quinn <fquinn.ni@...>
---
mama/c_cpp/src/c/bridge/qpid/qpiddefs.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git
|
By
fquinn.ni@...
·
#1539
·
|