Hi, I have the same problem. Any solution? Thanks!
Type: Posts; User: anselmo.abadia; Keyword(s):
Hi, I have the same problem. Any solution? Thanks!
Hi, I have the same problem. Any solution?? Thanks.
Pay attention at the queue size. See DeadLetterQueue en Apache ActiveMQ. When the queue is full, the messages are sended to DLQ.
Anselmo
Hi, I'm using DefaultMessageListener. Each consumer lives a long time while it's consuming a message, because this is hard work to do. In some situations, I need to kill a consumer. It is possible?...
Hi, i have a problem with DefaultMessageListenerContainer . I want to change the concurrentConsumer property dynamically using JMX. Initially, the property is set at 1. Later, I change the property...
1) Use BeanDefinitionBuilder to build a beanDefinition.
2) Register the beanDefinition to applicationContext
ClassPathXmlApplicationContext applicationContext = new...
Who would have to determine what transactionManager to use to wrap your bean? Do you want to change the transactionManager associated to bean dynamically?
i'm trying to understand your problem.
...
Before posting I'd been looking at the reference manual, but it didn't help much. Now I'm looking for a way to solve the problem doing my implementation of PlatformTransactionManager.
Thanks,...
I have the following problem:
I’m looking for a transaction scheme that allows me to do the following thing. I have a transaction that executes things and inside I have another transaction that...