activemq
How do you process messages in parallel while ensuring FIFO per entity?
Let\'s say you have an entity, say, \"Person\" in your system and you want to process events that modify various Person entities.It is important that:[详细]
2023-02-26 03:28 分类:问答Why QueueSession can create only one receiver in JMS?
I can make some senders to send some messages, but when I create two receivers in one Session, the first one works and the second one blocked. In debug, I see the queue list size which the second rece[详细]
2023-02-25 05:41 分类:问答ActiveMQ CMS: How more than 1 consumer can recieve the same message on the same queue (I don't want load-balancing to happen)?
I have designed and implemented my framework keeping rabbimq in mind and was almost done with that, but at the last state, I have to move to activeM开发者_JAVA技巧Q, so currently, finding the equivale[详细]
2023-02-24 12:38 分类:问答Long traitement in a onMessage() : How to handle ? I want this method to be called by a thread
I do some heavy traitement atreception ofJMS message, withhigh risk of timeout. whole point of using JMS for me is to allow this kind of computation to be done asynchronisely. ( I dont want my other[详细]
2023-02-23 07:23 分类:问答JMS Topic vs Queues
I was wondering what is the difference between a JMS Queue and JMS Topic. ActiveMQ page says Topics In JMS a Topic implements publish and subscribe semantics. When you publish a message it goes t[详细]
2023-02-22 11:00 分类:问答Transferring large files with Apache NMS
What is currently considered state-of-art, so to speak, when transferring large files over Apache NMS (using ActiveMQ)? Putting the whole 开发者_运维知识库content into a StreamMessage? However, I\'ve[详细]
2023-02-22 05:57 分类:问答ActiveMQ via REST: High throughput Jetty configuration
i want to send Messages to ActiveMQ via HTTP Re开发者_JS百科quests. I created my own Servlet (the default servlet isn\'t that good). Unfortunately my Server only handles 400 Requests per second.[详细]
2023-02-21 00:14 分类:问答How to debug ActiveMQ client?
I\'m a fairly new user of ActiveMQ and I\'m looking for a way to get detailed debug information on the client side of a queue connection.My problem is this: I have a server that is sending a message t[详细]
2023-02-20 21:01 分类:问答Apache Camel inOut routes, out exchange marshaling/unmarshaling with jaxb
we have this apache camel route, from(commandDrop).marshal(jaxbDataFormat).to(jmsQueue); from(jmsQueue).inOut("jms:doCommand?requestTimeout=500000");[详细]
2023-02-20 10:07 分类:问答Why would I use Apache ServiceMix over just ActiveMQ
I am starting to plan a new platform which needs to integrate various services from various externals platforms. Essentially I\'m tying together a bunch of internal, homegrown services and several out[详细]
2023-02-20 01:55 分类:问答