I\'m creating a Java application that requires master-slave communication between JVMs, possibly residing on the same physical machine.There will be a \"master\" server running inside a Java EE applic
I wonder, if there JMS broker, that allows administrators to resend (via GUI or any tool) messages, saved in a ded message queue or dead letter queue, after solving the causing problem (e.g. database
Let\'s say I want my corporate server to communicate with Google App Engine and vice versa. I know that GAE does not support JMS,RMI etc. 开发者_如何学CWhat is the best alternative for this kind of co
Is it possible to limit the number of JMS receiver instances to a single instance? I.e. only process a single message from a queue at any one time?
I\'m looking for opinion from you all. I have a web application that need to records data into another web application database. I not prefer to use HTTP request开发者_如何学Go GET on 2nd application
I\'m looking for a开发者_C百科 small and yet efficient enough lightweight JMS broker solution with no or minimum of dependencies. My messaging code should be running in the environment with a lot of d
Does anyone know if it is feasible to write a Generic JMS client - ie. on开发者_如何学Goe that works with JMS from different providers (eg. Sonic, IBM SIB, Jboss etc)?
I am interested in creating a Spring standalone application that will run and wait to receive messages from an ActiveMQ queue using Spring JMS. I have searched a lot of places and cannot find a consis
I\'m trying to test a session bean (NetBeans 6.8, Glassfish V3). Unfortunately, the embedded glassfish is unable to start properly, as it tries to connect to a remote JMS Provider (at localhost:7676):
I\'ve been struggling with this \"simple\" task for more expirienced people, I\'m stuck for 2 days now need help. I\'ve changed things arround like zillion times now, finally I stumbled upon this spri