I have implemented application client-server with spring blazeDs message services using JMS message destination.
The idea is a producer declared in Java send message using activeMQ and consumer declared in Flex receives ...
On apache activeMQ 5.5.0, i am trying to use producer flow control on a queue.I want send to give an exception on client side when memory is not available. As described ...
I am relatively new to JMS and have encountered a weird problem implementing my first real application. I'm desporate for any help or advice.
Background: I use AtiveMQ (java) as the ...