|
Re: problem with mamaDictionary_getDictionaryMessage when multiple bridges are loaded
Cheers for this Tom, looks good.
Standard practice to proceed with this one - firstly can you raise a Bugzilla ticket for tracking, and secondly can you provide some tests demonstrating the use of the
Cheers for this Tom, looks good.
Standard practice to proceed with this one - firstly can you raise a Bugzilla ticket for tracking, and secondly can you provide some tests demonstrating the use of the
|
By
Damian Maguire
·
#1351
·
|
|
Re: [PATCH 2.3.1] MamaPublisher: Overloaded MamaPublisher create method
Cheers for the new patch Chad, looks good.
At this stage we really need two things to progress getting this into OpenMAMA - firstly, can you raise a Bugzilla ticket, just to make it a bit easier to
Cheers for the new patch Chad, looks good.
At this stage we really need two things to progress getting this into OpenMAMA - firstly, can you raise a Bugzilla ticket, just to make it a bit easier to
|
By
Damian Maguire
·
#1350
·
|
|
Re: [PATCH 1/4] QPID: Added QPID Broker implementation
Cheers for these Frank, looks good. As discussed off list, we should probably stick these into a feature branch for a bit while they undergo a bit of further testing - that way we can review and make
Cheers for these Frank, looks good. As discussed off list, we should probably stick these into a feature branch for a bit while they undergo a bit of further testing - that way we can review and make
|
By
Damian Maguire
·
#1349
·
|
|
Re: "C" Unit-Test Support on Visual Studio
Cheers for that Guy, this stuff looks pretty nice. We'll take a look at the changes and follow up on the Bugzilla ticket if we need any further information.
Cheers,
D
Cheers for that Guy, this stuff looks pretty nice. We'll take a look at the changes and follow up on the Bugzilla ticket if we need any further information.
Cheers,
D
|
By
Damian Maguire
·
#1348
·
|
|
Re: [PATCH 2.3.1 1/1] Common: variable expansion in property value on the last line of properties file fails
Cheers for that Guy, I'll take a look on the Bugzilla and get back to you there if I have any questions.
Thanks,
Damian
Cheers for that Guy, I'll take a look on the Bugzilla and get back to you there if I have any questions.
Thanks,
Damian
|
By
Damian Maguire
·
#1347
·
|
|
Re: Enforcing field type on publish
Hi,
I agree, the callback to a module that can do publish checking/etc is good.
I prototyped a checking module, and it works, although loading the dictionary on 1st publish has a small delay,
Hi,
I agree, the callback to a module that can do publish checking/etc is good.
I prototyped a checking module, and it works, although loading the dictionary on 1st publish has a small delay,
|
By
Alpert, Reed <reed.alpert@...>
·
#1346
·
|
|
[PATCH 4/4] QPIDMSG: Fixed issue with reallocating vector fields
This patch fixes an issue where a realloc occurs for member types which the
qpid bridge will typically attempt to re-use rather than create / destroy
every time. This is really just MAMA Message at
This patch fixes an issue where a realloc occurs for member types which the
qpid bridge will typically attempt to re-use rather than create / destroy
every time. This is really just MAMA Message at
|
By
Frank Quinn <fquinn.ni@...>
·
#1344
·
|
|
[PATCH 3/4] QPID: Fixed some memory leaks and removed old backwards compatibility
This change means that the bridge is only expected to work with version
0.6 and above of proton (ideally 0.7). It also fixed several memory
leaks and simplifies many areas of code which were required
This change means that the bridge is only expected to work with version
0.6 and above of proton (ideally 0.7). It also fixed several memory
leaks and simplifies many areas of code which were required
|
By
Frank Quinn <fquinn.ni@...>
·
#1343
·
|
|
[PATCH 2/4] QPID: Added back -Werror to scons scripts
We are no longer going to support proton version 0.5 which contained
compiler warnings within the header (see
https://issues.apache.org/jira/browse/PROTON-420) so we can re-enable
-Werror in the
We are no longer going to support proton version 0.5 which contained
compiler warnings within the header (see
https://issues.apache.org/jira/browse/PROTON-420) so we can re-enable
-Werror in the
|
By
Frank Quinn <fquinn.ni@...>
·
#1342
·
|
|
[PATCH 1/4] QPID: Added QPID Broker implementation
Broker support has now been added to the qpid proton bridge for OpenMAMA
and example configuration to use it has been added to mama.properties.
Note that to make use of this functionality (using qpidd
Broker support has now been added to the qpid proton bridge for OpenMAMA
and example configuration to use it has been added to mama.properties.
Note that to make use of this functionality (using qpidd
|
By
Frank Quinn <fquinn.ni@...>
·
#1345
·
|
|
Re: MAMA Qpid Proton... with broker support
Hi Folks,
As Phil reminded me today, I actually forgot to submit this, so I'll be submitting it shortly to the list for transparency, then resurrecting the feature-qpid-branch branch to contain these
Hi Folks,
As Phil reminded me today, I actually forgot to submit this, so I'll be submitting it shortly to the list for transparency, then resurrecting the feature-qpid-branch branch to contain these
|
By
Frank Quinn <fquinn.ni@...>
·
#1341
·
|
|
Re: "C" Unit-Test Support on Visual Studio
Hi,
My last patch had an error with strndup/strdup changes.
Attached here fixed patch against 'master' branch.
Guy
Tick42
Hi,
My last patch had an error with strndup/strdup changes.
Attached here fixed patch against 'master' branch.
Guy
Tick42
|
By
Guy <guy.tal@...>
·
#1340
·
|
|
Re: "C" Unit-Test Support on Visual Studio
Hi Damian,
I've prepared here a revised version of the last experimental patch to support MAMA C Unit-Tests in Visual Studio.
I removed in the last version both implementation
Hi Damian,
I've prepared here a revised version of the last experimental patch to support MAMA C Unit-Tests in Visual Studio.
I removed in the last version both implementation
|
By
Guy <guy.tal@...>
·
#1339
·
|
|
Re: [PATCH 2.3.1] MamaPublisher: Overloaded MamaPublisher create method
Hi Glenn,
I have applied the changes you recommended and created a new patch. Please see attached.
diff --git a/mama/jni/src/c/mamapublisherjni.c b/mama/jni/src/c/mamapublisherjni.c
index
Hi Glenn,
I have applied the changes you recommended and created a new patch. Please see attached.
diff --git a/mama/jni/src/c/mamapublisherjni.c b/mama/jni/src/c/mamapublisherjni.c
index
|
By
Chad Meyer
·
#1338
·
|
|
Re: [PATCH 2.3.1] MamaPublisher: Overloaded MamaPublisher create method
Hi Glenn,
I have applied the changes you recommended and created a new patch. Please see attached.
diff --git a/mama/jni/src/c/mamapublisherjni.c b/mama/jni/src/c/mamapublisherjni.c
index
Hi Glenn,
I have applied the changes you recommended and created a new patch. Please see attached.
diff --git a/mama/jni/src/c/mamapublisherjni.c b/mama/jni/src/c/mamapublisherjni.c
index
|
By
Chad Meyer
·
#1337
·
|
|
"C" Unit-Test Support on Visual Studio
Hello,
The payload unit tests do not run on VS 2012, I have fixed this and produced a large patch with all "C" unit tests. I have prepared the patch against the 'master' (rev. 2.3.1 and
Hello,
The payload unit tests do not run on VS 2012, I have fixed this and produced a large patch with all "C" unit tests. I have prepared the patch against the 'master' (rev. 2.3.1 and
|
By
Guy <guy.tal@...>
·
#1336
·
|
|
Re: [PATCH 2.3.1 1/1] Common: variable expansion in property value on the last line of properties file fails
Hi Damian,
I have a follow up on the bug as you asked.
Regards,
Guy
Tick42
Hi Damian,
I have a follow up on the bug as you asked.
Regards,
Guy
Tick42
|
By
Guy <guy.tal@...>
·
#1335
·
|
|
Re: Enforcing field type on publish
Hi Alpert,
I like #2 more, but I still want to keep the more data model/market data/custom logic away from the core messaging part of OpenMAMA.
What I’m thinking of is a hook/callback to a
Hi Alpert,
I like #2 more, but I still want to keep the more data model/market data/custom logic away from the core messaging part of OpenMAMA.
What I’m thinking of is a hook/callback to a
|
By
Glenn McClements <gmcclements@...>
·
#1334
·
|
|
Re: Enforcing field type on publish
Hi,
Yes I agree with Ben’s comments.
Here are some caveats:
1. This is a feature that is requested by our market data infrastructure team to prevent app dev teams from accidentally
Hi,
Yes I agree with Ben’s comments.
Here are some caveats:
1. This is a feature that is requested by our market data infrastructure team to prevent app dev teams from accidentally
|
By
Alpert, Reed <reed.alpert@...>
·
#1333
·
|
|
Re: Enforcing field type on publish
Hi Frank,
You right, I should specify further what we have in mind:
-Of course dictionary are not mandatory, and I don't think anyone wants the "dictionary check" to be default behaviour, it has to
Hi Frank,
You right, I should specify further what we have in mind:
-Of course dictionary are not mandatory, and I don't think anyone wants the "dictionary check" to be default behaviour, it has to
|
By
Benjamin Taieb
·
#1332
·
|