Openmama-users Digest, Vol 7, Issue 4


kulbhushan chaskar <kulbhushanchaskar@...>
 

Hi,
    I think accept is also work when avis middle ware u used
 
Regards,
Kulbhushan Chaskar.

On Thu, Oct 18, 2012 at 5:30 PM, <openmama-users-request@...> wrote:

Send Openmama-users mailing list submissions to
        openmama-users@...

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.openmama.org/mailman/listinfo/openmama-users
or, via email, send a message with subject or body 'help' to
        openmama-users-request@...

You can reach the person managing the list at
        openmama-users-owner@...

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Openmama-users digest..."


Today's Topics:

   1. Re: Transport Listener issue (Ian Bell)


----------------------------------------------------------------------

Message: 1
Date: Wed, 17 Oct 2012 19:30:04 +0000
From: Ian Bell <IBell@...>
To: Nicolas Huyghe <Nicolas.Huyghe@...>,
        "openmama-users@..."
        <openmama-users@...>
Subject: Re: [Openmama-users] Transport Listener issue
Message-ID:
        <4657D669CDDCE045A4E14365D61F462D061E8D@...>
Content-Type: text/plain; charset="us-ascii"

Hi

There are a number of transport callback events available through OpenMAMA but not all middlewares support them all.

        MAMA_TRANSPORT_CONNECT
        MAMA_TRANSPORT_CONNECT_FAILED
        MAMA_TRANSPORT_RECONNECT
        MAMA_TRANSPORT_DISCONNECT
        MAMA_TRANSPORT_ACCEPT
        MAMA_TRANSPORT_ACCEPT_RECONNECT
        MAMA_TRANSPORT_PUBLISHER_DISCONNECT
        MAMA_TRANSPORT_QUALITY
        MAMA_TRANSPORT_NAMING_SERVICE_CONNECT
        MAMA_TRANSPORT_NAMING_SERVICE_DISCONNECT
        MAMA_TRANSPORT_WRITE_QUEUE_HIGH_WATER_MARK
        MAMA_TRANSPORT_WRITE_QUEUE_LOW_WATER_MARK

The only one connected up in avis is disconnect.

When an event like this happens at the middleware layer, it is propagated into the middleware bridge which can then call
one of the following OpenMAMA transport functions which will give the transport callback to the application,


mamaTransportImpl_invokeTransportCallback
mamaTransportImpl_disconnect
mamaTransportImpl_reconnect

If the middleware supports the events and the bridge implementation handles it correctly then you should get transport callbacks for CONNECT.

Thanks,
Ian

From: openmama-users-bounces@... [mailto:openmama-users-bounces@...] On Behalf Of Nicolas Huyghe
Sent: 17 October 2012 09:09
To: openmama-users@...
Subject: [Openmama-users] Transport Listener issue

Hi everyone,

When using avis middleware, the transport listener does not receive any connection events except for disconnect when I shutdown the avis router.
Is that feature not supported with avis? Will other middlewares such as tibco notify the transport listener on successful connection (CONNECT event) ?

Thanks


________________________________

Please consider the environment before printing this e-mail.

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 advise the sender immediately by reply e-mail and delete this message and any attachments without retaining a copy.

Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openmama.org/pipermail/openmama-users/attachments/20121017/76cc1884/attachment-0001.html>

------------------------------

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


End of Openmama-users Digest, Vol 7, Issue 4
********************************************