|
[PATCH 2.1 1/1] Introduce support for Solace Systems as a middleware provider in required enumerations
Thank you for the feedback. Patch resubmitted in separate email with enum corrected.
Thank you for the feedback. Patch resubmitted in separate email with enum corrected.
|
By
Mark Spielman
· #245
·
|
|
[PATCH 2.1 1/1] Introduce support for Solace Systems as a middleware provider in required enumerations
Add Solace Systems to the list of middleware providers in the middleware enumeration and string conversion methods. The goal of this submission is to allow Solace Systems to provide OpenMAMA middlewar
Add Solace Systems to the list of middleware providers in the middleware enumeration and string conversion methods. The goal of this submission is to allow Solace Systems to provide OpenMAMA middlewar
|
By
Mark Spielman
· #244
·
|
|
[PATCH 2.1 1/1] Introduce support for Solace Systems as a middleware provider in required enumerations
Add Solace Systems to the list of middleware providers in the middleware enumeration and string conversion methods. The goal of this submission is to allow Solace Systems to provide OpenMAMA middlewar
Add Solace Systems to the list of middleware providers in the middleware enumeration and string conversion methods. The goal of this submission is to allow Solace Systems to provide OpenMAMA middlewar
|
By
Mark Spielman
· #241
·
|
|
OpenMAMA 2.1 - Building in windows
Thanks Slavo. That indeed helped me resolve the issue.
Thanks Slavo. That indeed helped me resolve the issue.
|
By
Mark Spielman
· #235
·
|
|
OpenMAMA 2.1 - Building in windows
No from within the IDE.
By
Mark Spielman
· #233
·
|
|
OpenMAMA 2.1 - Building in windows
I’m trying to build an unmodified clone of the latest git repository in windows. I’m using VS 2010. After resolving dependencies on avis and gtest, I’m still getting errors in the build. They have the
I’m trying to build an unmodified clone of the latest git repository in windows. I’m using VS 2010. After resolving dependencies on avis and gtest, I’m still getting errors in the build. They have the
|
By
Mark Spielman
· #231
·
|
|
Issues with make clean
Mike, I’ve finally had a chance to return to this issue. Yes, my java build appears to be succeeding. ls openmama-install/lib/libmamajni.* libmamajni.a libmamajni.la libmamajni.so libmamajni.so.0 libm
Mike, I’ve finally had a chance to return to this issue. Yes, my java build appears to be succeeding. ls openmama-install/lib/libmamajni.* libmamajni.a libmamajni.la libmamajni.so libmamajni.so.0 libm
|
By
Mark Spielman
· #230
·
|
|
Issues with make clean
Thanks Mike. I will investigate further and report back when I have a second to revert to this clean state. Cheers, Mark
Thanks Mike. I will investigate further and report back when I have a second to revert to this clean state. Cheers, Mark
|
By
Mark Spielman
· #220
·
|
|
Question about adding subscriptions without refresh.
Thanks Mike. Would you like me to post the fix as a proper patch then? Or would you like to look through the submissions and back track on when this was introduced? Cheers, Mark
Thanks Mike. Would you like me to post the fix as a proper patch then? Or would you like to look through the submissions and back track on when this was introduced? Cheers, Mark
|
By
Mark Spielman
· #219
·
|
|
Question about adding subscriptions without refresh.
In developing a transport bridge for openMAMA, I came across what I believe is an issue with mama/c_cpp/src/c/transport.c. The mamaTransport_addSubscription() will return MAMA_STATUS_NOMEM if the self
In developing a transport bridge for openMAMA, I came across what I believe is an issue with mama/c_cpp/src/c/transport.c. The mamaTransport_addSubscription() will return MAMA_STATUS_NOMEM if the self
|
By
Mark Spielman
· #216
·
|
|
Issues with make clean
I cloned the OpenMAMA 2.1 build and did: ./generateBuildFiles.sh ./configure --prefix=$PWD/openmama-install --avis-path=<internal-path>/avis-install make make install This was successful. Then I tried
I cloned the OpenMAMA 2.1 build and did: ./generateBuildFiles.sh ./configure --prefix=$PWD/openmama-install --avis-path=<internal-path>/avis-install make make install This was successful. Then I tried
|
By
Mark Spielman
· #215
·
|
|
OpenMAMA 2.1 - configure: WARNING: unrecognized options: --with-avis
I’ve cloned the OpenMAMA 2.1 release git repository. When I try to configure the environment with --wIth-avis, the output from the configure script has a bunch of warnings of the following: configure:
I’ve cloned the OpenMAMA 2.1 release git repository. When I try to configure the environment with --wIth-avis, the output from the configure script has a bunch of warnings of the following: configure:
|
By
Mark Spielman
· #163
·
|
|
Getting a bridge build version
Mike, I believe it makes most sense for me to use the mama/version.h as it seems to be the correct place to get version information. One follow on question. Why even in the tar package I downloaded fr
Mike, I believe it makes most sense for me to use the mama/version.h as it seems to be the correct place to get version information. One follow on question. Why even in the tar package I downloaded fr
|
By
Mark Spielman
· #78
·
|
|
[Patch 1.1 1/1] OpenMAMA (C): Adding .gitignore to force git to skip known build artifacts in status summary
Hi Mike, I appreciate the feedback. Below is an updated patch. Let me know if there are any other suggested edits. Cheers, Mark --------- This patch introduces a .gitignore file to force git to skip k
Hi Mike, I appreciate the feedback. Below is an updated patch. Let me know if there are any other suggested edits. Cheers, Mark --------- This patch introduces a .gitignore file to force git to skip k
|
By
Mark Spielman
· #77
·
|
|
[Patch 1.1 1/1] OpenMAMA (C): Adding .gitignore to force git to skip known build artifacts in status summary
This patch introduces a .gitignore file to force git to skip known build artifacts when displaying status information. Signed-off-by: Mark Spielman <mark.spielman@...> --- diff --git a/.
This patch introduces a .gitignore file to force git to skip known build artifacts when displaying status information. Signed-off-by: Mark Spielman <mark.spielman@...> --- diff --git a/.
|
By
Mark Spielman
· #74
·
|
|
Getting a bridge build version
I’m interested in any best practices for getting a build version to report as part of the bridgeImpl->bridgeGetVersion() method. I’ve found what looks to be a reasonable version in the file: mama/c_cp
I’m interested in any best practices for getting a build version to report as part of the bridgeImpl->bridgeGetVersion() method. I’ve found what looks to be a reasonable version in the file: mama/c_cp
|
By
Mark Spielman
· #73
·
|
|
Bridge Error Code
I am in the process of implementing a bridge support for a new middleware component in openMAMA. During implementation I have a need to return a sensible mama_status code for a generic bridge error. S
I am in the process of implementing a bridge support for a new middleware component in openMAMA. During implementation I have a need to return a sensible mama_status code for a generic bridge error. S
|
By
Mark Spielman
· #71
·
|