|
Loading bridges at runtime
Could someone please post a quick example on how to use/load payload
bridges at runtime?
The docs point to mama_loadPayloadBridge, however this function
doesn't seem to have a "WithPath" variant. As
Could someone please post a quick example on how to use/load payload
bridges at runtime?
The docs point to mama_loadPayloadBridge, however this function
doesn't seem to have a "WithPath" variant. As
|
By
Alessandro Bellina
·
#21
·
|
|
Re: Loading bridges at runtime
By
Mike Schonberg <mschonberg@...>
·
#22
·
|
|
Questions about rodmap & bridge creation
Hi,
I'm working for a hardware based MOM vendor (Solace Systems)and we are thinking about developing a mw bridge for openMama.
I've some questions :
1)When I look at
Hi,
I'm working for a hardware based MOM vendor (Solace Systems)and we are thinking about developing a mw bridge for openMama.
I've some questions :
1)When I look at
|
By
Benjamin Taieb
·
#23
·
|
|
Re: Questions about rodmap & bridge creation
Benjamin,
See my answers inline.
Benjamin,
See my answers inline.
|
By
Mike Schonberg <mschonberg@...>
·
#24
·
|
|
Bridge API doc
Mike,
When do you plan to publish the first cut of the bridge API doc?
Regards,
Alex
PLEASE READ: This message is for the named person's use only. It may contain confidential, proprietary or
Mike,
When do you plan to publish the first cut of the bridge API doc?
Regards,
Alex
PLEASE READ: This message is for the named person's use only. It may contain confidential, proprietary or
|
By
alex.stovboun@...
·
#25
·
|
|
Re: Bridge API doc
Alex,
I started working on the bridge documentation; however, at the moment we are very busy getting the remaining components of MAMA and MAMDA ready for open source: C++, Java, Windows support
Alex,
I started working on the bridge documentation; however, at the moment we are very busy getting the remaining components of MAMA and MAMDA ready for open source: C++, Java, Windows support
|
By
Mike Schonberg <mschonberg@...>
·
#26
·
|
|
Re: Bridge API doc
Mike,
I am researching various middleware options. ZeroMQ looks promising. Any plans to implement a bridge for it? If yes, is there a timeline?
I am also looking into writing a bridge for our
Mike,
I am researching various middleware options. ZeroMQ looks promising. Any plans to implement a bridge for it? If yes, is there a timeline?
I am also looking into writing a bridge for our
|
By
alex.stovboun@...
·
#27
·
|
|
Re: Bridge API doc
Hi Alex,
2012/1/20 <alex.stovboun@...>
There is already an idea to add support for RDMA/IB in ZeroMQ - that would cut latency into 2-3 us.
http://www.mail-archive.com/zeromq-dev@.../msg12383.html
Hi Alex,
2012/1/20 <alex.stovboun@...>
There is already an idea to add support for RDMA/IB in ZeroMQ - that would cut latency into 2-3 us.
http://www.mail-archive.com/zeromq-dev@.../msg12383.html
|
By
Daniel Cegiełka <daniel.cegielka@...>
·
#28
·
|
|
[PATCH 1.1] mamainternal.h: Added types.h to includes
Needed to include types.h to mamainternal.h to enable building
Index: c_cpp/src/c/mamainternal.h
===================================================================
RCS file:
Needed to include types.h to mamainternal.h to enable building
Index: c_cpp/src/c/mamainternal.h
===================================================================
RCS file:
|
By
John Gray <jgray@...>
·
#29
·
|
|
[PATCH 1.1] Properties: Fixed Memory Leaks in Properties
Free memory and fail if realloc fails in propertiesImpl_addKey(). When we
replace a value in the hash table in propertiesImpl_addProperty(), free the old
value.
Index:
Free memory and fail if realloc fails in propertiesImpl_addKey(). When we
replace a value in the hash table in propertiesImpl_addProperty(), free the old
value.
Index:
|
By
John Gray <jgray@...>
·
#30
·
|
|
[PATCH 1.1] Windows Interlock: Function wInterlocked set to return 0
Function wInterlocked set to return 0 for windows. Not an operation (no-op) in Unix.
Index: queue.c
===================================================================
RCS file:
Function wInterlocked set to return 0 for windows. Not an operation (no-op) in Unix.
Index: queue.c
===================================================================
RCS file:
|
By
John Gray <jgray@...>
·
#31
·
|
|
Recall: [PATCH 1.1] Windows Interlock: Function wInterlocked set to return 0
John Gray would like to recall the message, "[PATCH 1.1] Windows Interlock: Function wInterlocked set to return 0".
John Gray would like to recall the message, "[PATCH 1.1] Windows Interlock: Function wInterlocked set to return 0".
|
By
John Gray <jgray@...>
·
#32
·
|
|
[PATCH 1.1] Windows Interlock: Function wInterlocked set to return 0
Function wInterlocked set to return 0 for windows. Not an operation (no-op) in Unix.
Index: queue.c
===================================================================
RCS file:
Function wInterlocked set to return 0 for windows. Not an operation (no-op) in Unix.
Index: queue.c
===================================================================
RCS file:
|
By
John Gray <jgray@...>
·
#33
·
|
|
[PATCH 1.1] Hash rename: Renamed hash functions to whash
This avoid potential namespace conflicts as the hash functions are now used
outside of common.
Index:
This avoid potential namespace conflicts as the hash functions are now used
outside of common.
Index:
|
By
John Gray <jgray@...>
·
#34
·
|
|
Recall: [PATCH 1.1] Hash rename: Renamed hash functions to whash
John Gray would like to recall the message, "[PATCH 1.1] Hash rename: Renamed hash functions to whash".
John Gray would like to recall the message, "[PATCH 1.1] Hash rename: Renamed hash functions to whash".
|
By
John Gray <jgray@...>
·
#35
·
|
|
[PATCH 1.1] Hash rename: Renamed hash functions to whash
This avoid potential namespace conflicts as the hash functions are now used
outside of common.
Index:
This avoid potential namespace conflicts as the hash functions are now used
outside of common.
Index:
|
By
John Gray <jgray@...>
·
#36
·
|
|
RabbitMQ bridge
DOT are considering producing an OpenMama bridge using RabbitMQ, which we would then donate to OpenMama. This would provide a solid, well supported and fully open source option to the current product
DOT are considering producing an OpenMama bridge using RabbitMQ, which we would then donate to OpenMama. This would provide a solid, well supported and fully open source option to the current product
|
By
Leslie Spiro <lspiro@...>
·
#37
·
|
|
[PATCH 1.1] Interlock declaration: Required for applying common_3 patch
This must be applied with the common_3 file as it contains the Interlocked_destroy function declaration.
Index:
This must be applied with the common_3 file as it contains the Interlocked_destroy function declaration.
Index:
|
By
John Gray <jgray@...>
·
#38
·
|
|
[PATCH 1.1] transport.c: Add mamaTransport_disableRefresh() Method
Add mamaTransport_disableRefresh() Method
Added method to disable refreshes for a transport. This method must be called
after mamaTransport_allocate() but before mamaTransport_create(). If
Add mamaTransport_disableRefresh() Method
Added method to disable refreshes for a transport. This method must be called
after mamaTransport_allocate() but before mamaTransport_create(). If
|
By
John Gray <jgray@...>
·
#39
·
|
|
[PATCH 1.1] status.c: Added MAMA_STATUS_SUBSCRIPTION_GAP
Added MAMA_STATUS_SUBSCRIPTION_GAP
Middleware bridges pass this status to the mamaSubscription onError callback
when the middleware detects a gap:
Added MAMA_STATUS_SUBSCRIPTION_GAP
Middleware bridges pass this status to the mamaSubscription onError callback
when the middleware detects a gap:
|
By
John Gray <jgray@...>
·
#40
·
|