Re: JMS Remote Client is not working

2016-09-22 Thread vnalla
7.0.2 SNAPSHOT does not throw exception., but the app is not working. As you
mentioned I might have to create war file with the test and deploy the war
instead 1b7b5d8e-167c-4acf-8fd8-468245dbb1b0

thanks,
Venkat




--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/JMS-Remote-Client-is-not-working-tp4680182p4680192.html
Sent from the TomEE Users mailing list archive at Nabble.com.


Re: Throttle @Asynchronous calls

2016-09-22 Thread cocorossello
Thanks Romain



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Throttle-Asynchronous-calls-tp4680188p4680190.html
Sent from the TomEE Users mailing list archive at Nabble.com.


Re: Throttle @Asynchronous calls

2016-09-22 Thread Romain Manni-Bucau
Hi

not openejb but did it for deltaspike:
http://deltaspike.apache.org/documentation/core.html#AsynchronousOperations


Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Wordpress Blog
 | Github  |
LinkedIn  | Tomitriber
 | JavaEE Factory


2016-09-22 11:06 GMT+02:00 cocorossello :

> I have an application that calls multiple external web services and each
> one
> of them has specific limits, so I would like to throttle concurrent calls
> based on a just plain number (at least for now).
>
> I was about to implement a custom interceptor for this, something like:
>
>
> @Throttle(max=5)
> @Asynchronous
> public void doSmthg(){
> }
>
> but I was wondering if openEJB already implements something similar...
> (since we can define multiple stateless/stateful containers)
>
>
>
>
>
> --
> View this message in context: http://tomee-openejb.979440.
> n4.nabble.com/Throttle-Asynchronous-calls-tp4680188.html
> Sent from the TomEE Users mailing list archive at Nabble.com.
>


Throttle @Asynchronous calls

2016-09-22 Thread cocorossello
I have an application that calls multiple external web services and each one
of them has specific limits, so I would like to throttle concurrent calls
based on a just plain number (at least for now).

I was about to implement a custom interceptor for this, something like:


@Throttle(max=5)
@Asynchronous
public void doSmthg(){
}

but I was wondering if openEJB already implements something similar...
(since we can define multiple stateless/stateful containers)





--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Throttle-Asynchronous-calls-tp4680188.html
Sent from the TomEE Users mailing list archive at Nabble.com.