Help creating generic plugin


Keith Rudd
 

Classification: Public

Is there any documentation or example code I can refer to for creating a plugin that will get called during initialization?

 

I’m referring to this call in mama.c, mama_openWithPropertiesCount()

 

                mama_initPlugins();

 

Might be useful to have an example plugin included with the source code in the same way example bridges are included.

 

Kind regards,
Keith Rudd

____________________________________________________



Keith Rudd
Vice President | Lead Solution Architect - Market Data Engineering

Deutsche Bank AG, Filiale London
Global Technology
6/8 Bishopsgate, EC2N 4DA London, United Kingdom
Tel. +44 20 754-53366
Mobile +44 7950687412
Email keith.rudd@...


 



---
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures and to http://www.db.com/unitedkingdom/content/privacy.htm for information about privacy.


Frank Quinn <fquinn.ni@...>
 

Hi Keith,

Good question - I actually thought we already had this somewhere but it turns out we don't.

I think it's a sensible thing to build though, so I have raised https://github.com/OpenMAMA/OpenMAMA/issues/157 to make sure we don't forget to do so.

With respect to supporting documentation, the best thing we have at the moment is probably still the google doc referred to in Gary's 2015 post: http://lists.openmama.org/pipermail/openmama-dev/2015-May/001499.html

I'm aware that this, along with Reed's publisher events RFC doc (and others I'm sure) will need to be defragmented at some point in future, though the priority at the moment is getting 2.4.0 out the door.

Cheers,
Frank

On Mon, Mar 14, 2016 at 10:56 AM, Keith Rudd <keith.rudd@...> wrote:

Classification: Public

Is there any documentation or example code I can refer to for creating a plugin that will get called during initialization?

 

I’m referring to this call in mama.c, mama_openWithPropertiesCount()

 

                mama_initPlugins();

 

Might be useful to have an example plugin included with the source code in the same way example bridges are included.

 

Kind regards,
Keith Rudd

____________________________________________________



Keith Rudd
Vice President | Lead Solution Architect - Market Data Engineering

Deutsche Bank AG, Filiale London
Global Technology
6/8 Bishopsgate, EC2N 4DA London, United Kingdom
Tel. +44 20 754-53366
Mobile +44 7950687412
Email keith.rudd@...


 



---
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures and to http://www.db.com/unitedkingdom/content/privacy.htm for information about privacy.

_______________________________________________
Openmama-dev mailing list
Openmama-dev@...
https://lists.openmama.org/mailman/listinfo/openmama-dev



Keith Rudd
 

Classification: Public

Thanks for getting back on this and following up Frank.

 

The google doc doesn’t work for me – Is it possible to cut and paste the info into an e-mail?

 

Thanks,

Keith

 

From: Frank Quinn [mailto:fquinn.ni@...]
Sent: 15 March 2016 20:30
To: Keith Rudd
Cc: openmama-dev@...
Subject: Re: [Openmama-dev] Help creating generic plugin

 

Hi Keith,

Good question - I actually thought we already had this somewhere but it turns out we don't.

I think it's a sensible thing to build though, so I have raised https://github.com/OpenMAMA/OpenMAMA/issues/157 to make sure we don't forget to do so.

With respect to supporting documentation, the best thing we have at the moment is probably still the google doc referred to in Gary's 2015 post: http://lists.openmama.org/pipermail/openmama-dev/2015-May/001499.html

I'm aware that this, along with Reed's publisher events RFC doc (and others I'm sure) will need to be defragmented at some point in future, though the priority at the moment is getting 2.4.0 out the door.

 

Cheers,

Frank

 

On Mon, Mar 14, 2016 at 10:56 AM, Keith Rudd <keith.rudd@...> wrote:

Classification: Public

Is there any documentation or example code I can refer to for creating a plugin that will get called during initialization?

 

I’m referring to this call in mama.c, mama_openWithPropertiesCount()

 

                mama_initPlugins();

 

Might be useful to have an example plugin included with the source code in the same way example bridges are included.

 

Kind regards,
Keith Rudd

____________________________________________________



Keith Rudd
Vice President | Lead Solution Architect - Market Data Engineering

Deutsche Bank AG, Filiale London
Global Technology
6/8 Bishopsgate, EC2N 4DA London, United Kingdom
Tel. +44 20 754-53366
Mobile +44 7950687412
Email keith.rudd@...


 



---
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures and to http://www.db.com/unitedkingdom/content/privacy.htm for information about privacy.


_______________________________________________
Openmama-dev mailing list
Openmama-dev@...
https://lists.openmama.org/mailman/listinfo/openmama-dev

 



---
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures and to http://www.db.com/unitedkingdom/content/privacy.htm for information about privacy.


Frank Quinn <fquinn.ni@...>
 

Hi Keith,

Sure - please find attached. Went ahead and hit reply all here in case others are also interested.

Cheers,
Frank

On Mon, Mar 21, 2016 at 11:40 AM Keith Rudd <keith.rudd@...> wrote:

Classification: Public

Thanks for getting back on this and following up Frank.

 

The google doc doesn’t work for me – Is it possible to cut and paste the info into an e-mail?

 

Thanks,

Keith

 

From: Frank Quinn [mailto:fquinn.ni@...]
Sent: 15 March 2016 20:30
To: Keith Rudd
Cc: openmama-dev@...
Subject: Re: [Openmama-dev] Help creating generic plugin

 

Hi Keith,

Good question - I actually thought we already had this somewhere but it turns out we don't.

I think it's a sensible thing to build though, so I have raised https://github.com/OpenMAMA/OpenMAMA/issues/157 to make sure we don't forget to do so.

With respect to supporting documentation, the best thing we have at the moment is probably still the google doc referred to in Gary's 2015 post: http://lists.openmama.org/pipermail/openmama-dev/2015-May/001499.html

I'm aware that this, along with Reed's publisher events RFC doc (and others I'm sure) will need to be defragmented at some point in future, though the priority at the moment is getting 2.4.0 out the door.

 

Cheers,

Frank

 

On Mon, Mar 14, 2016 at 10:56 AM, Keith Rudd <keith.rudd@...> wrote:

Classification: Public

Is there any documentation or example code I can refer to for creating a plugin that will get called during initialization?

 

I’m referring to this call in mama.c, mama_openWithPropertiesCount()

 

                mama_initPlugins();

 

Might be useful to have an example plugin included with the source code in the same way example bridges are included.

 

Kind regards,
Keith Rudd

____________________________________________________

image001.gif

Keith Rudd
Vice President | Lead Solution Architect - Market Data Engineering

Deutsche Bank AG, Filiale London
Global Technology
6/8 Bishopsgate, EC2N 4DA London, United Kingdom
Tel. +44 20 754-53366
Mobile +44 7950687412
Email keith.rudd@...


image002.gif

 



---
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures and to http://www.db.com/unitedkingdom/content/privacy.htm for information about privacy.


_______________________________________________
Openmama-dev mailing list
Openmama-dev@...
https://lists.openmama.org/mailman/listinfo/openmama-dev

 



---
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures and to http://www.db.com/unitedkingdom/content/privacy.htm for information about privacy.


Frank Quinn <fquinn.ni@...>
 

Hi Keith,

Matt has managed to unearth the example code I had in mind - see https://github.com/OpenMAMA/OpenMAMA/pull/159.

Cheers,
Frank

On Mon, Mar 21, 2016 at 11:44 AM, Frank Quinn <fquinn.ni@...> wrote:
Hi Keith,

Sure - please find attached. Went ahead and hit reply all here in case others are also interested.

Cheers,
Frank

On Mon, Mar 21, 2016 at 11:40 AM Keith Rudd <keith.rudd@...> wrote:

Classification: Public

Thanks for getting back on this and following up Frank.

 

The google doc doesn’t work for me – Is it possible to cut and paste the info into an e-mail?

 

Thanks,

Keith

 

From: Frank Quinn [mailto:fquinn.ni@...]
Sent: 15 March 2016 20:30
To: Keith Rudd
Cc: openmama-dev@...
Subject: Re: [Openmama-dev] Help creating generic plugin

 

Hi Keith,

Good question - I actually thought we already had this somewhere but it turns out we don't.

I think it's a sensible thing to build though, so I have raised https://github.com/OpenMAMA/OpenMAMA/issues/157 to make sure we don't forget to do so.

With respect to supporting documentation, the best thing we have at the moment is probably still the google doc referred to in Gary's 2015 post: http://lists.openmama.org/pipermail/openmama-dev/2015-May/001499.html

I'm aware that this, along with Reed's publisher events RFC doc (and others I'm sure) will need to be defragmented at some point in future, though the priority at the moment is getting 2.4.0 out the door.

 

Cheers,

Frank

 

On Mon, Mar 14, 2016 at 10:56 AM, Keith Rudd <keith.rudd@...> wrote:

Classification: Public

Is there any documentation or example code I can refer to for creating a plugin that will get called during initialization?

 

I’m referring to this call in mama.c, mama_openWithPropertiesCount()

 

                mama_initPlugins();

 

Might be useful to have an example plugin included with the source code in the same way example bridges are included.

 

Kind regards,
Keith Rudd

____________________________________________________

image001.gif

Keith Rudd
Vice President | Lead Solution Architect - Market Data Engineering

Deutsche Bank AG, Filiale London
Global Technology
6/8 Bishopsgate, EC2N 4DA London, United Kingdom
Tel. +44 20 754-53366
Mobile +44 7950687412
Email keith.rudd@...


image002.gif

 



---
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures and to http://www.db.com/unitedkingdom/content/privacy.htm for information about privacy.


_______________________________________________
Openmama-dev mailing list
Openmama-dev@...
https://lists.openmama.org/mailman/listinfo/openmama-dev

 



---
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures and to http://www.db.com/unitedkingdom/content/privacy.htm for information about privacy.