|
problem with mamaDictionary_getDictionaryMessage when multiple bridges are loaded 9 messages
Hi mama_status mamaDictionary_getDictionaryMessage (mamaDictionary dictionary,mamaMsg* msg) creates the message it returns using mamaMsg_create (&tempMsg); this creates the message using the default p
Hi mama_status mamaDictionary_getDictionaryMessage (mamaDictionary dictionary,mamaMsg* msg) creates the message it returns using mamaMsg_create (&tempMsg); this creates the message using the default p
|
By
Tom Doust
·
|
|
[PATCH 1/4] QPID: Added QPID Broker implementation 2 messages
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
·
|
|
"C" Unit-Test Support on Visual Studio 4 messages
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 not the 'next'
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 not the 'next'
|
By
Guy
·
|
|
[PATCH 2.3.1 1/1] Common: variable expansion in property value on the last line of properties file fails 5 messages
Hi, The properties file parser fails to expand variable if such exists in a value that is also at the last line in the properties file. For example, Consider <EOF> as the last character in file, if th
Hi, The properties file parser fails to expand variable if such exists in a value that is also at the last line in the properties file. For example, Consider <EOF> as the last character in file, if th
|
By
Guy
·
|
|
[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 th
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 th
|
By
Frank Quinn
·
|
|
[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
·
|
|
[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 compi
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 compi
|
By
Frank Quinn
·
|
|
MAMA Qpid Proton... with broker support 2 messages
Hi Folks, I've got a broker based Qpid Proton implementation here that I have been knocking together in my spare time. It needs a little bit of tidy up before I submit it, but it seems to work at the
Hi Folks, I've got a broker based Qpid Proton implementation here that I have been knocking together in my spare time. It needs a little bit of tidy up before I submit it, but it seems to work at the
|
By
Frank Quinn
·
|
|
C99 support in OpenMama 2 messages
Hi everyone, I noticed that when compiling on Linux, flag -std=gnu99 is set, meaning support for C99. However, on windows, VS started supporting C99 from VS2013: http://blogs.msdn.com/b/vcblog/archive
Hi everyone, I noticed that when compiling on Linux, flag -std=gnu99 is set, meaning support for C99. However, on windows, VS started supporting C99 from VS2013: http://blogs.msdn.com/b/vcblog/archive
|
By
Benjamin Taieb
·
|
|
windows/*.h headers file missing in windows build. 4 messages
Hi list, When comparing the binaries release http://www.openmama.org/sites/default/files/openmama_2.3.1_WIN32-dynamic.zip and what I get through compiling from source, the windows headers file (mman.h
Hi list, When comparing the binaries release http://www.openmama.org/sites/default/files/openmama_2.3.1_WIN32-dynamic.zip and what I get through compiling from source, the windows headers file (mman.h
|
By
Benjamin Taieb
·
|
|
[PATCH] Modification to playbackFileparser.c
TESTING:- No middleware dependencies. No O/S dependencies. Problem:- Currently this will create a msg using the default payload rather than the payload in the file. To expose this create a file using
TESTING:- No middleware dependencies. No O/S dependencies. Problem:- Currently this will create a msg using the default payload rather than the payload in the file. To expose this create a file using
|
By
Adrienne Ambrose
·
|
|
[PATCH] mama & mamda apps do not flush data to log
TESTING:- Not O/S or middleware specific. Checked example apps, all languages & on different middlewares to confirm that data is now flushed when redirected to file. Specifically:- 1. mamapublisherc /
TESTING:- Not O/S or middleware specific. Checked example apps, all languages & on different middlewares to confirm that data is now flushed when redirected to file. Specifically:- 1. mamapublisherc /
|
By
Adrienne Ambrose
·
|
|
[PATCH] C# MamaFtMember bridged mode is not working
TESTING:- **Windows only** No middleware dependencies. Will need to run MamaFtMember c# in bridge mode, both before & after the fix. Before the fix the previous version will hang, after the addition o
TESTING:- **Windows only** No middleware dependencies. Will need to run MamaFtMember c# in bridge mode, both before & after the fix. Before the fix the previous version will hang, after the addition o
|
By
Adrienne Ambrose
·
|
|
[PATCH] Reservedfieldsimpl.h missing declaration in openmama.
TESTING:- Again from list discussed with Damien - Reservedfieldsimpl.h missing declaration in openmama. This was a simple addition of missing declaration for cleanupReservedFields within reservedfield
TESTING:- Again from list discussed with Damien - Reservedfieldsimpl.h missing declaration in openmama. This was a simple addition of missing declaration for cleanupReservedFields within reservedfield
|
By
Adrienne Ambrose
·
|
|
[PATCH] priceimpl improvements
TESTING:- Again from list discussed with Damien - 15) Priceimpl.c - lld? Looks wrong in openmama. snprintf (buf, bufMaxLen, "%lld", integer); Luckily, every version of VS since 2005 seems to support '
TESTING:- Again from list discussed with Damien - 15) Priceimpl.c - lld? Looks wrong in openmama. snprintf (buf, bufMaxLen, "%lld", integer); Luckily, every version of VS since 2005 seems to support '
|
By
Adrienne Ambrose
·
|
|
[PATCH] Log level not being published.
TESTING:- This was requested for submission by Damian from the list of differences between openmama & the enterprise versions. forcevalog patch needed sent out, which is used to add a custom prefix to
TESTING:- This was requested for submission by Damian from the list of differences between openmama & the enterprise versions. forcevalog patch needed sent out, which is used to add a custom prefix to
|
By
Adrienne Ambrose
·
|
|
[PATCH] FieldCache Improvments
Testing :- This is not OS dependent This is not middleware dependent The below patches were as discussed with Damian to remove all the commented out sections of dead code from the fieldcache files in
Testing :- This is not OS dependent This is not middleware dependent The below patches were as discussed with Damian to remove all the commented out sections of dead code from the fieldcache files in
|
By
Adrienne Ambrose
·
|
|
Bug#745099: openmama: FTBFS with Java 8: class MamdaLock is public, should be declared in a file named MamdaLock.java 2 messages
Emmanuel, thanks for this fix, I'm sending it to the OpenMAMA developers for inclusion upstream
Emmanuel, thanks for this fix, I'm sending it to the OpenMAMA developers for inclusion upstream
|
By
Daniel Pocock
·
|
|
Question about openWithProperties 2 messages
Hi We have just come across this little oddity and wonder if anyone can throw any light on what is supposed to be happening I notice from the source to the C# implementation of Open Mama 2.3.0, that t
Hi We have just come across this little oddity and wonder if anyone can throw any light on what is supposed to be happening I notice from the source to the C# implementation of Open Mama 2.3.0, that t
|
By
Tom Doust
·
|
|
[PATCH] MAMA: Made logging more accurate in MAMA Ft 2 messages
In some MAMA FT Timers, the timer callback always reports that it is a "multicast" FT type, when in fact that code is shared for all FT types. This is misleading to the MAMA application developer who
In some MAMA FT Timers, the timer callback always reports that it is a "multicast" FT type, when in fact that code is shared for all FT types. This is misleading to the MAMA application developer who
|
By
Frank Quinn
·
|