|
[PATCH] [mamda] map a delete msg through mamda as an error callback
commit be5ec93af947d5ed9458bf8a5e05b7300a9322d6
Author: Ian Bell <IBell@...>
Date: Thu May 17 21:47:41 2012 +0100
[mamda] map a delete msg through mamda as an error callback
commit be5ec93af947d5ed9458bf8a5e05b7300a9322d6
Author: Ian Bell <IBell@...>
Date: Thu May 17 21:47:41 2012 +0100
[mamda] map a delete msg through mamda as an error callback
|
By
Ian Bell <IBell@...>
·
#191
·
|
|
[PATCH] [mamda] Fixed an issue where the delta list was not cleared on a book clear
commit 68b1fc12fde4b6edde78cb3a0fde6b542f8b9053
Author: Ian Bell <IBell@...>
Date: Thu May 17 21:52:02 2012 +0100
[mamda] Fixed an issue where the delta list was not cleared on a book
commit 68b1fc12fde4b6edde78cb3a0fde6b542f8b9053
Author: Ian Bell <IBell@...>
Date: Thu May 17 21:52:02 2012 +0100
[mamda] Fixed an issue where the delta list was not cleared on a book
|
By
Ian Bell <IBell@...>
·
#190
·
|
|
[PATCH] [MAMDA] JDK-1.7
commit 0747f4e1576b405113af509368b50f3dd2e2f0d8
Author: Ian Bell <IBell@...>
Date: Thu May 17 21:49:45 2012 +0100
[mamda] Fixed build for Java 1.7
Signed-off-by: Ian Bell
commit 0747f4e1576b405113af509368b50f3dd2e2f0d8
Author: Ian Bell <IBell@...>
Date: Thu May 17 21:49:45 2012 +0100
[mamda] Fixed build for Java 1.7
Signed-off-by: Ian Bell
|
By
Ian Bell <IBell@...>
·
#189
·
|
|
Upcoming Patches
Hi
The following patches are a result of ongoing maintenance of the commercial version of MAMA.
Patches will be submitted every 2-3 weeks to this list for review and application to OpenMAMA.
Hi
The following patches are a result of ongoing maintenance of the commercial version of MAMA.
Patches will be submitted every 2-3 weeks to this list for review and application to OpenMAMA.
|
By
Ian Bell <IBell@...>
·
#188
·
|
|
[PATCH] [README] Updated Build Instructions
From: Mike Schonberg <mschonberg@...>
Added better download and build instructions for the Avis client and router.
For the OpenMAMA build it is necessary to specify --with-avis to build the
From: Mike Schonberg <mschonberg@...>
Added better download and build instructions for the Avis client and router.
For the OpenMAMA build it is necessary to specify --with-avis to build the
|
By
Michael Schonberg <mschonberg@...>
·
#187
·
|
|
Re: OpenMAMA bridge implementation
And here are the PDF's that Pavel meant to attach :)
Not sure if they will be forwarded via the mailing list.
It's an interesting experience for us as we start to port our drivers
(which look more
And here are the PDF's that Pavel meant to attach :)
Not sure if they will be forwarded via the mailing list.
It's an interesting experience for us as we start to port our drivers
(which look more
|
By
Les Spiro
·
#186
·
|
|
OpenMAMA bridge implementation
Hi all,
At Tick42 we are porting various data feed drivers (rather than middleware connectors) to load as OpenMama bridges, I have been making some notes on the various calls into the Bridge API to
Hi all,
At Tick42 we are porting various data feed drivers (rather than middleware connectors) to load as OpenMama bridges, I have been making some notes on the various calls into the Bridge API to
|
By
Pavel Patarinski <pavel.patarinski@...>
·
#185
·
|
|
Re: README out of date to perform build on Linux
I will update this. It might make sense to point to
http://downloads.sourceforge.net/avis/ so it is less likely to get out of date
with new Avis release.
I will make the appropriate changes as
I will update this. It might make sense to point to
http://downloads.sourceforge.net/avis/ so it is less likely to get out of date
with new Avis release.
I will make the appropriate changes as
|
By
Mike Schonberg <mschonberg@...>
·
#184
·
|
|
README out of date to perform build on Linux
Hi Guys,
Just gone through install and build and found a few things out of date in the README.
The main one is the need to run the obviously named generateBuildFiles.sh
building source from
Hi Guys,
Just gone through install and build and found a few things out of date in the README.
The main one is the need to run the obviously named generateBuildFiles.sh
building source from
|
By
David @ Rai Technology
·
#183
·
|
|
Re: OpenMAMA 2.1 - configure: WARNING: unrecognized options: --with-avis
Hi Mark,
You are using the wrong option it should be ./configure --avis-path=<avis source dir>
inside configure this argument gets converted to the --with-avis required by the other configure
Hi Mark,
You are using the wrong option it should be ./configure --avis-path=<avis source dir>
inside configure this argument gets converted to the --with-avis required by the other configure
|
By
David @ Rai Technology
·
#182
·
|
|
Re: FYI erroneous log messages
William,
Thanks for pointing that out. I just submitted a patch that fixes that and cleans up some of the coding style in that file as well.
Regards,
-Mike
William,
Thanks for pointing that out. I just submitted a patch that fixes that and cleans up some of the coding style in that file as well.
Regards,
-Mike
|
By
Mike Schonberg <mschonberg@...>
·
#181
·
|
|
[PATCH] [avis-bridge] Fix code style and incorrect logging
From: Mike Schonberg <mschonberg@...>
Two log statements in avisBridgeMamaTransport_destroy() incorrectly logged
"create".
Cleaned up most of the file to adhere more closely to the dominant
From: Mike Schonberg <mschonberg@...>
Two log statements in avisBridgeMamaTransport_destroy() incorrectly logged
"create".
Cleaned up most of the file to adhere more closely to the dominant
|
By
Michael Schonberg <mschonberg@...>
·
#180
·
|
|
FYI erroneous log messages
Hi,
Got some time today to look through the avis bridge code to try and understand the flow more.
Not a biggie: I found that avisBridgeMamaTransport_destroy() logs two avisBridgeMamaTransport_create
Hi,
Got some time today to look through the avis bridge code to try and understand the flow more.
Not a biggie: I found that avisBridgeMamaTransport_destroy() logs two avisBridgeMamaTransport_create
|
By
William Henry <whenry@...>
·
#179
·
|
|
Re: General MAMA feature / project questions
mama_open() by default attempts to load properties from
$WOMBAT_PATH/mama.properties.
mama_openWithProperties(path, filename) initializes OpenMAMA reading the
properties from path/filename rather
mama_open() by default attempts to load properties from
$WOMBAT_PATH/mama.properties.
mama_openWithProperties(path, filename) initializes OpenMAMA reading the
properties from path/filename rather
|
By
Mike Schonberg <mschonberg@...>
·
#178
·
|
|
General MAMA feature / project questions
Greetings all. I'm getting started with OpenMAMA here at NYSE and had the below questions. Mike suggested that I send them to this list for the benefit of anyone else who had similar questions:
1)
Greetings all. I'm getting started with OpenMAMA here at NYSE and had the below questions. Mike suggested that I send them to this list for the benefit of anyone else who had similar questions:
1)
|
By
Noah Zucker <NZucker@...>
·
#177
·
|
|
Re: Why are bridges in the general build
I can build all of the projects under OpenMAMA 2.1 solution (Windows 7, VS 2010).
Requirements:
1. flex - http://gnuwin32.sourceforge.net/packages/flex.htm
2. avis-client -
I can build all of the projects under OpenMAMA 2.1 solution (Windows 7, VS 2010).
Requirements:
1. flex - http://gnuwin32.sourceforge.net/packages/flex.htm
2. avis-client -
|
By
Pavel Patarinski
·
#176
·
|
|
Why are bridges in the general build
Reading the difficulties that William is having getting the Avis bridge to build, wouldn't it make sense to split the build into open mama core (possibly including a null bridge as an example for
Reading the difficulties that William is having getting the Avis bridge to build, wouldn't it make sense to split the build into open mama core (possibly including a null bridge as an example for
|
By
Leslie Spiro <lspiro@...>
·
#174
·
|
|
Re: Why are bridges in the general build
Les,
You can configure with --without-middleware-bridge and no bridge will be
built. Likewise you can specify --without-payload-bridge to build
without a payload
bridge.
I definitely like the idea
Les,
You can configure with --without-middleware-bridge and no bridge will be
built. Likewise you can specify --without-payload-bridge to build
without a payload
bridge.
I definitely like the idea
|
By
Michael Schonberg
·
#175
·
|
|
Re: Fedora build issues
By
Mike Schonberg <mschonberg@...>
·
#173
·
|
|
Re: Fedora build issues
Okay so here's what's wrong now and what I did to get to wrong and what I'm doing to fix it.
The ./configure flags the avis_client_config.h file.
So after svn co the avis source. I copied this file
Okay so here's what's wrong now and what I did to get to wrong and what I'm doing to fix it.
The ./configure flags the avis_client_config.h file.
So after svn co the avis source. I copied this file
|
By
William Henry <whenry@...>
·
#172
·
|