|
Wombat Queue Destroy
4 messages
Hello! I'm trying to use Wombat Queue, but I can't figure out how to safely free a queue when the creation fails. Here's my example: wombatQueue queue; wombatQueueStatus status = wombatQueue_allocate(
Hello! I'm trying to use Wombat Queue, but I can't figure out how to safely free a queue when the creation fails. Here's my example: wombatQueue queue; wombatQueueStatus status = wombatQueue_allocate(
|
By
Sam Wilson
·
|
|
[PATCH 2.3.1] MamaPublisher: Overloaded MamaPublisher create method
10 messages
Hi, Attached is a patch for OpenMAMA JNI that overloads the MamaPublisher create method. For consistency purposes, the new method requires two String parameters, source and symbol, as opposed to a sin
Hi, Attached is a patch for OpenMAMA JNI that overloads the MamaPublisher create method. For consistency purposes, the new method requires two String parameters, source and symbol, as opposed to a sin
|
By
Chad Meyer
·
|
|
[PATCH 2.3.1 5/5] MAMA: Update examples and test tools for completed support of Vector Bool and Vectar Char.
Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- mama/c_cpp/src/examples/c/mamalistencachedc.c | 26 ++++++++++++++ .../c_cpp/src/examples/cpp/mamalistencachedcpp.cpp | 40 +++++++++++++++
Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- mama/c_cpp/src/examples/c/mamalistencachedc.c | 26 ++++++++++++++ .../c_cpp/src/examples/cpp/mamalistencachedcpp.cpp | 40 +++++++++++++++
|
By
Alireza Assadzadeh
·
|
|
[PATCH 2.3.1 4/5] MAMA: Update gunittest for completed support of Vector Bool and Vectar Char.
Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- .../gunittest/c/fieldcache/fieldcachefieldtest.cpp | 60 ++++++++++++++++ .../gunittest/c/mamamsg/msgfieldvectortests.cpp | 29 +++++--- ..
Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- .../gunittest/c/fieldcache/fieldcachefieldtest.cpp | 60 ++++++++++++++++ .../gunittest/c/mamamsg/msgfieldvectortests.cpp | 29 +++++--- ..
|
By
Alireza Assadzadeh
·
|
|
[PATCH 2.3.1 3/5] QPID: Add support for Vector Bool and Vector Char field types.
Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- mama/c_cpp/src/c/payload/qpidmsg/field.c | 12 +++++++++++- mama/c_cpp/src/c/payload/qpidmsg/payload.c | 20 ++++++++++++++++++-- 2 files c
Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- mama/c_cpp/src/c/payload/qpidmsg/field.c | 12 +++++++++++- mama/c_cpp/src/c/payload/qpidmsg/payload.c | 20 ++++++++++++++++++-- 2 files c
|
By
Alireza Assadzadeh
·
|
|
[PATCH 2.3.1 2/5] MAMACPP: Complete support of Vector Bool and Vector Char field types.
Update MAMACPP for Mama message field, cache field, and cache field types to complete support of Vector Bool and Vector Char. Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- mama/c_cpp/
Update MAMACPP for Mama message field, cache field, and cache field types to complete support of Vector Bool and Vector Char. Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- mama/c_cpp/
|
By
Alireza Assadzadeh
·
|
|
[PATCH 2.3.1 1/5] MAMAC: Complete support of Vector Bool and Vector Char field types.
Add enumerator for Vector Bool and Vector Char for mamaFieldType and complete the corresponding changes in MAMAC for using these two types. Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> -
Add enumerator for Vector Bool and Vector Char for mamaFieldType and complete the corresponding changes in MAMAC for using these two types. Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> -
|
By
Alireza Assadzadeh
·
|
|
Mama reserved fields as two struct types
2 messages
Hi, Some reserved fields have both a MamaReservedField & mamaFieldDescriptor, and a larger set have only the MamaReservedField struct which does not have a type. Is there a specific reason for this? W
Hi, Some reserved fields have both a MamaReservedField & mamaFieldDescriptor, and a larger set have only the MamaReservedField struct which does not have a type. Is there a specific reason for this? W
|
By
Alpert, Reed
·
|
|
[PATCH 2.3.1] wombat: make wInterlocked_set consistent
2 messages
Hey, Attached is a patch to make wInterlocked_set consistent between Windows and Linux. The previous behaviour on Windows was to return the prior value of the interlocked int, while on Linux the behav
Hey, Attached is a patch to make wInterlocked_set consistent between Windows and Linux. The previous behaviour on Windows was to return the prior value of the interlocked int, while on Linux the behav
|
By
Sam Wilson
·
|
|
[PATCH] QPID: Moving meta info to application properties
6 messages
Currently we add a number of custom properties to the properties section of the AMQP message (e.g. MsgType, Inbox Name). The properties section of the message is used for a defined set of standard pro
Currently we add a number of custom properties to the properties section of the AMQP message (e.g. MsgType, Inbox Name). The properties section of the message is used for a defined set of standard pro
|
By
Philip Preston
·
|
|
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
·
|