|
Re: C# DQPublisher Manager
Hi Mathias,
The best documentation for this was probably on the original commit note:
http://git.openmama.org/?p=OpenMAMA.git;a=commit;h=e0bba19aae533fb85dfd8a8afe1bce70aa0fc00d
It contains an example
Hi Mathias,
The best documentation for this was probably on the original commit note:
http://git.openmama.org/?p=OpenMAMA.git;a=commit;h=e0bba19aae533fb85dfd8a8afe1bce70aa0fc00d
It contains an example
|
By
Frank Quinn <fquinn.ni@...>
·
#1511
·
|
|
Re: C# DQPublisher Manager
Hi Frank,
thanks for looking into this.
We’re now having a look into the qpid bridge with broker. We compiled the bridge but then got stuck using it.
Can you provide documentation on how to
Hi Frank,
thanks for looking into this.
We’re now having a look into the qpid bridge with broker. We compiled the bridge but then got stuck using it.
Can you provide documentation on how to
|
By
Mathias Kim
·
#1510
·
|
|
Re: C# DQPublisher Manager
Hi Mathias,
Tracking this via http://bugs.openmama.org/show_bug.cgi?id=41– looks like the proton folks added something in 0.8 to allow you to pull out link information from a messenger which we
Hi Mathias,
Tracking this via http://bugs.openmama.org/show_bug.cgi?id=41– looks like the proton folks added something in 0.8 to allow you to pull out link information from a messenger which we
|
By
Frank Quinn <fquinn.ni@...>
·
#1509
·
|
|
Re: C# DQPublisher Manager
Hi Mathias,
I just tried a scenario similar to what you described with mamapublisherc and mamasubscriberc and I can confirm that I can see the same issue. I'll have a look at what Qpid Proton have to
Hi Mathias,
I just tried a scenario similar to what you described with mamapublisherc and mamasubscriberc and I can confirm that I can see the same issue. I'll have a look at what Qpid Proton have to
|
By
Frank Quinn <fquinn.ni@...>
·
#1508
·
|
|
Re: C# DQPublisher Manager
Hi guys,
we managed to implement the dqpublishermanager and the dqpublisher in C# and most things seem to work well.
Setting up a server app with the qpid bridge works, as well as sending dummy
Hi guys,
we managed to implement the dqpublishermanager and the dqpublisher in C# and most things seem to work well.
Setting up a server app with the qpid bridge works, as well as sending dummy
|
By
Mathias Kim
·
#1507
·
|
|
Bloomberg and OpenMAMA
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
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
|
By
macrux
·
#1506
·
|
|
Re: OpenMAMA-2.3.3-rc1
Hi Reed,
Thanks for the feedback, it is greatly appreciated.
Please keep us informed on the outcome of any further testing.
Thanks,
Adrienne
Hi Reed,
Thanks for the feedback, it is greatly appreciated.
Please keep us informed on the outcome of any further testing.
Thanks,
Adrienne
|
By
Adrienne Ambrose <a.ambrose@...>
·
#1505
·
|
|
Re: OpenMAMA-2.3.3-rc1
We’ve been testing with this release and have no issues so far.
Testing C++ and Java clients.
Publish and subscribe.
Solace and Tick42 bridges.
Reed Alpert |Corporate & Investment Bank |
We’ve been testing with this release and have no issues so far.
Testing C++ and Java clients.
Publish and subscribe.
Solace and Tick42 bridges.
Reed Alpert |Corporate & Investment Bank |
|
By
Alpert, Reed <reed.alpert@...>
·
#1504
·
|
|
[PATCH 2/2] [MAMADOTNET] Add getName() to MamaTransport
Testing Strategy
--------------------
Modify the MamaPublisherCS.cs example application and add the following after you have created your publisher:
publisher.create(transport,
Testing Strategy
--------------------
Modify the MamaPublisherCS.cs example application and add the following after you have created your publisher:
publisher.create(transport,
|
By
Gary Molloy <g.molloy@...>
·
#1502
·
|
|
[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 =
Testing Strategy
--------------------
Modify the relevant mamaPublisher example applications to add the following (after you have created the publisher):
C
mamaTransport aTransport =
|
By
Gary Molloy <g.molloy@...>
·
#1503
·
|
|
Re: [PATCH 1/3] [MAMAC] mamaPlugin Feature - additional
Hi Keith,
Sorry forgot to follow this up on thread as we’ve caught up elsewhere, but for the benefit of everyone else on the list in answer to your question:
- What was the logic behind
Hi Keith,
Sorry forgot to follow this up on thread as we’ve caught up elsewhere, but for the benefit of everyone else on the list in answer to your question:
- What was the logic behind
|
By
Glenn McClements <g.mcclements@...>
·
#1501
·
|
|
Re: subscription msg queueing question
Hi Reed,
Preventing dereference of trashed memory certainly one of the benefits. MAMA in general will try and keep context local to a single thread where possible though to avoid having to lock in the
Hi Reed,
Preventing dereference of trashed memory certainly one of the benefits. MAMA in general will try and keep context local to a single thread where possible though to avoid having to lock in the
|
By
Frank Quinn <f.quinn@...>
·
#1500
·
|
|
subscription msg queueing question
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
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
|
By
Alpert, Reed <reed.alpert@...>
·
#1499
·
|
|
Re: OpenMAMA-2.3.3-rc1
Hi Alireza,
Thanks for your email.
We did not have a binary release of 2.3.2, however you can check that version out from the OpenMAMA git repository. The next release, 2.3.3, will have a
Hi Alireza,
Thanks for your email.
We did not have a binary release of 2.3.2, however you can check that version out from the OpenMAMA git repository. The next release, 2.3.3, will have a
|
By
Gary Molloy <g.molloy@...>
·
#1498
·
|
|
Re: OpenMAMA-2.3.3-rc1
Hi Gary,
Back in Jan/Feb we had OpenMAMA-2.3.2-rc1. As far as I know there was no official release of 2.3.2.
Now with 2.3.3-rc1 in May, do you know if there will still be a 2.3.2 release or is
Hi Gary,
Back in Jan/Feb we had OpenMAMA-2.3.2-rc1. As far as I know there was no official release of 2.3.2.
Now with 2.3.3-rc1 in May, do you know if there will still be a 2.3.2 release or is
|
By
Alireza Assadzadeh <Alireza.Assadzadeh@...>
·
#1497
·
|
|
Re: [PATCH 1/3] [MAMAC] mamaPlugin Feature - additional
Classification:Public
Thanks for forwarding the doc Gary.
I found the mamaPlugin details an interesting read.
One question:
- What was the logic behind selection of the points where
Classification:Public
Thanks for forwarding the doc Gary.
I found the mamaPlugin details an interesting read.
One question:
- What was the logic behind selection of the points where
|
By
Keith Rudd
·
#1496
·
|
|
OpenMAMA-2.3.3-rc1
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
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
|
By
Gary Molloy <g.molloy@...>
·
#1495
·
|
|
Re: [PATCH 2/3] [MAMAC] Add ability to turn on/off entitlements on a per bridge basis - additional
Hi Guys,
As promised, please find below a link to a document on the deferring entitlements
Hi Guys,
As promised, please find below a link to a document on the deferring entitlements
|
By
Gary Molloy <g.molloy@...>
·
#1493
·
|
|
Re: [PATCH 1/3] [MAMAC] mamaPlugin Feature - additional
Hi Guys,
As promised, please find below a link to a document on the mamaPlugin
Hi Guys,
As promised, please find below a link to a document on the mamaPlugin
|
By
Gary Molloy <g.molloy@...>
·
#1494
·
|
|
Re: [PATCH 2/3] [MAMAC] Add ability to turn on/off entitlements on a per bridge basis - additional
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
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
|
By
Gary Molloy <g.molloy@...>
·
#1492
·
|