|
[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
·
#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
·
|
|
[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
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
|
By
fquinn.ni@...
·
#1538
·
|
|
Re: Java MamaPublisher destroy
Hi Reed,
I have raised Bugzilla Bug-203 for tracking of this issue, if you wish to submit a patch for this.
Thanks,
Adrienne
Hi Reed,
I have raised Bugzilla Bug-203 for tracking of this issue, if you wish to submit a patch for this.
Thanks,
Adrienne
|
By
Adrienne Ambrose <a.ambrose@...>
·
#1537
·
|
|
Re: Java MamaPublisher destroy
We are now tracking this internally in order to investigate further and schedule it for a future release. If you like, you can raise a Bugzilla ticket to track it there too.
Thanks
Stuart
We are now tracking this internally in order to investigate further and schedule it for a future release. If you like, you can raise a Bugzilla ticket to track it there too.
Thanks
Stuart
|
By
Stuart Beattie <s.beattie@...>
·
#1536
·
|
|
Re: Help with bookpublisher
Hi Nestor,
The key command line arguments for MamdaBookPublisherJava are:
-SP – the source name on which book data is published.
-s Symbol to publish (can be passed multiple times)
-p
Hi Nestor,
The key command line arguments for MamdaBookPublisherJava are:
-SP – the source name on which book data is published.
-s Symbol to publish (can be passed multiple times)
-p
|
By
Stuart Beattie <s.beattie@...>
·
#1535
·
|
|
Re: Java MamaPublisher destroy
Hi Reed,
No, the missing destroy call looks like a bug.
Thanks
Stuart
Hi Reed,
No, the missing destroy call looks like a bug.
Thanks
Stuart
|
By
Stuart Beattie <s.beattie@...>
·
#1534
·
|
|
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
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
|
By
Alpert, Reed <reed.alpert@...>
·
#1533
·
|
|
Re: OpenMAMA-2.3.3-rc1
Looks like they fixed this issue today and the fix will be in Proton 0.10 which I expect will be out in a couple of weeks (they move pretty fast). I haven't tried the fix yet but assuming it works, we
Looks like they fixed this issue today and the fix will be in Proton 0.10 which I expect will be out in a couple of weeks (they move pretty fast). I haven't tried the fix yet but assuming it works, we
|
By
Frank Quinn <fquinn.ni@...>
·
#1532
·
|