I have three producers producing 80K messages every 2 seconds, I have
three consumers subscribed as durable consumers. I am using mysql as
persistence. What I see is that the messages are being written to the
database even when all the subscribers are up. I thought that broker
only writes to the da
Hi,
Speed of response is critical for my application. Also it must work with
BES and BIS connected users. So it doesn't appear either of what you
suggest will work. Any other suggestions?
Gaurav Hariani-2 wrote:
>
> It should be possible to write a simple STOMP client for the blackberry
>
Isnt there anyone else who faced a similar issue
please reply
Karthik.Gopalakrishnan wrote:
>
> I tried sending a ByteMessage from a c# client to a java consumer(MDB
> which listens on the queue) and it works completely file . But when i send
> a TextMessage from the same c# producer to a jav
Hi,
thank you for yours answer James. Basically, I just want to send a message
to the broker that forwareded a new consumerInfo to another broker
(something like an acknowledgement between brokers).
I can distinguish a ConsumerInfo that was send to a broker from a local
client from one that was fo
It should be possible to write a simple STOMP client for the blackberry
... as they support sockets.
(This feature may be restricted to Blackberry devices connected to a
corporate network using the MDS)
Another alternative which is probably slower but easier to write is a
JMS client running on