You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Tim Haley <tp...@gmail.com> on 2012/08/21 15:14:32 UTC

Example request - Remote JVM JNDI/JMS Client

I'm looking for an example of accessing JMS resources provided by TomEE+
from a client running in a separate (possibly remote) JVM.
It should access the resources via JNDI to send and receive messages from
preconfigured queues and topics. It should also create and use temporary
queues and topics.

Providing this example might be a good way to verify completion of
TOMEE-393<https://issues.apache.org/jira/browse/TOMEE-393>

Thanks,
Tim

Re: Example request - Remote JVM JNDI/JMS Client

Posted by Romain Manni-Bucau <rm...@gmail.com>.
here a sample:
http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/client-resource-lookup-preview/


the JMS code can be highly enhanced but well the conf is here and it was
the goal.

it needs a small README but too late for today ;)

*Romain Manni-Bucau*
*Twitter: @rmannibucau*
*Blog: http://rmannibucau.wordpress.com*




2012/8/21 Tim Haley <tp...@gmail.com>

> I'm looking for an example of accessing JMS resources provided by TomEE+
> from a client running in a separate (possibly remote) JVM.
> It should access the resources via JNDI to send and receive messages from
> preconfigured queues and topics. It should also create and use temporary
> queues and topics.
>
> Providing this example might be a good way to verify completion of
> TOMEE-393<https://issues.apache.org/jira/browse/TOMEE-393>
>
> Thanks,
> Tim
>