I am trying to connect to GlassFish 3\'s JMS service from a standalone remote client. However I am getting a java.lang.ClassNotFoundException: com.sun.messaging.jms.ra.ResourceAdapter. Any ideas on ho
Is it possible to im开发者_Go百科plement a JMS message queue in Scala using the Akka framework?It looks like it from here:
I\'m having a bit of trouble with understanding JMS from a performance perspective. We have this very straightforward code in our application:
How is it possible to check that particular user has write rights to Queue / Topic, without affecting Destination.
I\'ve got a bean defined in resource.groovy like beans = { jmsConnectionFactory(org.apache.activemq.pool.PooledConnectionFactory) {bean ->
I have a client application using the Eclipse Workbench framework.I\'d like my client app to connect/subscribe to a JMS topic using a certificate provided in the jar file.That is, I\'m NOT using the e
how do you encode and decode images in java? I have this following scenario, I want to enco开发者_StackOverflowde an image for example(abc.gif) in any format (bytes, base64). Then Send it over a SOA
I have a java application that makes I/O of files: Module 1 : output txt file (HardDisk).开发者_StackOverflow社区
I have a tomcat web application. It uses a couple of remote modules. One of the modules publishes some messages (about it states) in开发者_如何学运维to queue. I need to read it. how can I do it?
I need to know when the message has been received thus i\'m printing开发者_运维技巧 the jms timestamp i.emsg.getJMSTimestamp() but this returns some number in milliseconds like1300339215983. I dont un