views:

37

answers:

0

Hello. I have a ActiveMQ server, with STOMP connectors for iphone clients. I use JMS as pub/sub (iphone subscribe to a channel and get quotes of a symbol). But somehow it seems that the iphone is a very slow consumer, and the server keeps a buffer for each client. this one makes a delay in messages, the only get increased.

I have configured the server as following :

-MemoryPersistant

-ProducerFlowControl="false"

-pendingMessagedLimitStrategy="5"

-DUPS_OK_ACKNOWLEDGE