[Dev] Meaning of the ESB samples client parameters

2014-12-14 Thread Prabath Ariyarathna
Hi All.

I'm learning about the EBS these days as my fast track training program.
When I'm trying to execute given ESB samples I found following parameter
given in client executing steps. Can someone explain me what are the real
meaning of followings.

-Dtrpurl
-Dprxurl

-- 

*Prabath Ariyarathna*

*Associate Technical Lead*

*WSO2, Inc. *

*lean . enterprise . middleware *


*Email: prabat...@wso2.com *

*Blog: http://prabu-lk.blogspot.com *

*Flicker : https://www.flickr.com/photos/47759189@N08
*

*Mobile: +94 77 699 4730 *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Meaning of the ESB samples client parameters

2014-12-14 Thread Maheeka Jayasuriya
Hi Prabath,

As mentioned in [1]

Gateway / dumb client mode

By specifying only a transport URL, the client operates in the dumb client
mode, where it sends the message to the ESB and depends on the ESB rules
for proper mediation and routing of the message to the ultimate
destination.
ant stockquote -Dtrpurl=
Proxy client mode

The client uses the prxurl as an HTTP proxy to send the request. Therefore,
by setting the prxurl to the ESB, the client can ensure that the message
would reach the ESB for mediation. The client can optionally set a
WS-Addressing EPR if required.
ant stockquote -Dprxurl= [-Daddurl=]

[1] https://docs.wso2.com/display/ESB481/Using+the+Sample+Clients


Thanks,

Maheeka Jayasuriya
Software Engineer
Mobile : +9450661

On Mon, Dec 15, 2014 at 11:36 AM, Prabath Ariyarathna 
wrote:
>
> Hi All.
>
> I'm learning about the EBS these days as my fast track training program.
> When I'm trying to execute given ESB samples I found following parameter
> given in client executing steps. Can someone explain me what are the real
> meaning of followings.
>
> -Dtrpurl
> -Dprxurl
>
> --
>
> *Prabath Ariyarathna*
>
> *Associate Technical Lead*
>
> *WSO2, Inc. *
>
> *lean . enterprise . middleware *
>
>
> *Email: prabat...@wso2.com *
>
> *Blog: http://prabu-lk.blogspot.com *
>
> *Flicker : https://www.flickr.com/photos/47759189@N08
> *
>
> *Mobile: +94 77 699 4730 *
>
>
>
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Meaning of the ESB samples client parameters

2014-12-14 Thread Prabath Ariyarathna
Thanks Maheeka for the reference.

On Mon, Dec 15, 2014 at 11:41 AM, Maheeka Jayasuriya 
wrote:
>
> Hi Prabath,
>
> As mentioned in [1]
>
> Gateway / dumb client mode
>
> By specifying only a transport URL, the client operates in the dumb client
> mode, where it sends the message to the ESB and depends on the ESB rules
> for proper mediation and routing of the message to the ultimate
> destination.
> ant stockquote -Dtrpurl=
> Proxy client mode
>
> The client uses the prxurl as an HTTP proxy to send the request.
> Therefore, by setting the prxurl to the ESB, the client can ensure that
> the message would reach the ESB for mediation. The client can optionally
> set a WS-Addressing EPR if required.
> ant stockquote -Dprxurl= [-Daddurl=]
>
> [1] https://docs.wso2.com/display/ESB481/Using+the+Sample+Clients
>
>
> Thanks,
>
> Maheeka Jayasuriya
> Software Engineer
> Mobile : +9450661
>
> On Mon, Dec 15, 2014 at 11:36 AM, Prabath Ariyarathna 
> wrote:
>
>> Hi All.
>>
>> I'm learning about the EBS these days as my fast track training program.
>> When I'm trying to execute given ESB samples I found following parameter
>> given in client executing steps. Can someone explain me what are the real
>> meaning of followings.
>>
>> -Dtrpurl
>> -Dprxurl
>>
>> --
>>
>> *Prabath Ariyarathna*
>>
>> *Associate Technical Lead*
>>
>> *WSO2, Inc. *
>>
>> *lean . enterprise . middleware *
>>
>>
>> *Email: prabat...@wso2.com *
>>
>> *Blog: http://prabu-lk.blogspot.com *
>>
>> *Flicker : https://www.flickr.com/photos/47759189@N08
>> *
>>
>> *Mobile: +94 77 699 4730 *
>>
>>
>>
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>

-- 

*Prabath Ariyarathna*

*Associate Technical Lead*

*WSO2, Inc. *

*lean . enterprise . middleware *


*Email: prabat...@wso2.com *

*Blog: http://prabu-lk.blogspot.com *

*Flicker : https://www.flickr.com/photos/47759189@N08
*

*Mobile: +94 77 699 4730 *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Meaning of the ESB samples client parameters

2014-12-14 Thread Shashika Karunatilaka
Hi Prabath,
Hope this [1] will be useful for you

[1]
http://stackoverflow.com/questions/20322025/what-are-the-differences-between-different-client-running-modes-of-esb


Thank You.

On Mon, Dec 15, 2014 at 11:47 AM, Prabath Ariyarathna 
wrote:
>
> Thanks Maheeka for the reference.
>
> On Mon, Dec 15, 2014 at 11:41 AM, Maheeka Jayasuriya 
> wrote:
>>
>> Hi Prabath,
>>
>> As mentioned in [1]
>>
>> Gateway / dumb client mode
>>
>> By specifying only a transport URL, the client operates in the dumb
>> client mode, where it sends the message to the ESB and depends on the
>> ESB rules for proper mediation and routing of the message to the ultimate
>> destination.
>> ant stockquote -Dtrpurl=
>> Proxy client mode
>>
>> The client uses the prxurl as an HTTP proxy to send the request.
>> Therefore, by setting the prxurl to the ESB, the client can ensure that
>> the message would reach the ESB for mediation. The client can optionally
>> set a WS-Addressing EPR if required.
>> ant stockquote -Dprxurl= [-Daddurl=]
>>
>> [1] https://docs.wso2.com/display/ESB481/Using+the+Sample+Clients
>>
>>
>> Thanks,
>>
>> Maheeka Jayasuriya
>> Software Engineer
>> Mobile : +9450661
>>
>> On Mon, Dec 15, 2014 at 11:36 AM, Prabath Ariyarathna > > wrote:
>>
>>> Hi All.
>>>
>>> I'm learning about the EBS these days as my fast track training program.
>>> When I'm trying to execute given ESB samples I found following parameter
>>> given in client executing steps. Can someone explain me what are the real
>>> meaning of followings.
>>>
>>> -Dtrpurl
>>> -Dprxurl
>>>
>>> --
>>>
>>> *Prabath Ariyarathna*
>>>
>>> *Associate Technical Lead*
>>>
>>> *WSO2, Inc. *
>>>
>>> *lean . enterprise . middleware *
>>>
>>>
>>> *Email: prabat...@wso2.com *
>>>
>>> *Blog: http://prabu-lk.blogspot.com *
>>>
>>> *Flicker : https://www.flickr.com/photos/47759189@N08
>>> *
>>>
>>> *Mobile: +94 77 699 4730 *
>>>
>>>
>>>
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>
> --
>
> *Prabath Ariyarathna*
>
> *Associate Technical Lead*
>
> *WSO2, Inc. *
>
> *lean . enterprise . middleware *
>
>
> *Email: prabat...@wso2.com *
>
> *Blog: http://prabu-lk.blogspot.com *
>
> *Flicker : https://www.flickr.com/photos/47759189@N08
> *
>
> *Mobile: +94 77 699 4730 *
>
>
>
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>

-- 
Shashika Prabath Karunatilaka,
Software Engineer,
WSO2, Inc: http://wso2.com/
mobile : +94 77 7487792
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev