We will not be asking the user to know anything about polling. They will simply tell Axis2 not to use its internal listner ( may be the environment does not support a listner) and let the message go with what ever the replyTo value user set.
In the polling scenario this will be the anonymous address. Sandesha2 will jump in the middle and use polling to get the reply message.
But doing it the way u segest is also possible, but this will break the current symantics of useSeperateListner being false. Which is that the reply message will come in the back channel.
Chamikara
On 9/27/06, Matthew Lovett <[EMAIL PROTECTED]> wrote:
Hi all,
Sorry, but I'm coming into this one a bit late... must read the list more
regularly :)
For the case of WS-RM and polling, I don't think that the user should need
to know about it. I'd assume that the sandesha polling code can jump into
action any time that the user is trying to send a message that has an
anonymous reply to. Here's an attempt to explain further:
isUseSeperateListner=true: RM need not worry about polling, there is a
real replyTo anyway.
isUseSeperateListner=false: The user just wants their reply message, and
they don't want to (or cannot) open up a listener. The RM layer can jump
in here and replace the WS-A anon ReplyTo with the RM polling mechanism,
and so long as the user's message gets pumped back through we should be
ok. I'd hope we can contain that in the RM impl, though I guess it might
need some Axis2 changes to avoid the problem that Chamikara ran into as
well.
I'd hope that the above is the most usable way to do this stuff. I think
this is what David was hinting at earlier - the fact that RM is capable of
polling is really implementation detail. The user just wants to make their
call and get the message back.
Comments?
Matt
"Chamikara Jayalath" <[EMAIL PROTECTED]> wrote on 27/09/2006 15:21:22:
> Hi Chinthaka,
>
> Please see below.
> On 9/27/06, Eran Chinthaka <[EMAIL PROTECTED]> wrote:
> Hang on a bit.
>
> Ok, I agree to include this property. But we need to do following while
> implementing it.
>
> 1. Once this property is set, user _MUST_ set a replyTo EPR
>
>
> Ok.
>
> 2. When this property is set and when user sets a replyTo epr, what if
> the reply never comes back to the same Callback? Then we need to handle
> this properly.
>
> When user set this property he explicitly knows that somebody else
> will be managing the delivering of the message to the callback. If
> that mechanism fails it has no difference from a failure of the
> current 'Axis2 Listner' scenario. I.e. the callback will never be
called.
>
> 3. How will RM or anyone who sets the replyTo epr hand over the response
> message to the Callback object?
>
>
> In the polling case, Sandesha2 implementation will be doing an
> axisEngine.reveive () call for the reply message obtained through
> polling, allowing it to be delivered to the users callback.
>
> Chamikara
>
> Thanks,
> Chinthaka
>
> Chamikara Jayalath wrote:
> > Hi Chinthaka,
> >
> > OK.
> >
> > As u mentioned in ur previous mail currently the semantics of
> > isUseSeperateListner=true has two things.
> >
> > 1. Don't use the back channel of the request message to build the
response.
> > 2. Mr. Axis2, please manage the second channel for me.
> >
> > Now what I want it someway to only give the first semantic. I.e. the
> > second channel will be managed by my own manner (for e.g. RM polling).
> >
> > I believe this is a general requirement.
> >
> > My sugestion is to introduce a new property to the options object
named
> > DONT_USE_AXIS2_LISTNER (please suggest a different name if this
> sounds bad).
> >
> > If this property is not set execution will be done as it is currently
> > implemented. But if it is set to 'true' Axis2 will not start its
listner
> > and will allow user to set what ever the replyTo value he wants.
> >
> > Hope this clarifies.
> >
> > Chamikara
> >
> >
> > On 9/27/06, *Eran Chinthaka* <[EMAIL PROTECTED]
> > <mailto: [EMAIL PROTECTED]>> wrote:
> >
> > Hi Chamikara,
> >
> > Before you do the change, can you please be kind enough to
summarize
> > the
> > change you gonna do?
> >
> > Thanks,
> > Chinthaka
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > <mailto:[EMAIL PROTECTED]>
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
