Search:

Type: Posts; User: anselmo.abadia; Keyword(s):

Search: Search took 0.01 seconds.

  1. Hi, I have the same problem. Any solution? Thanks!

    Hi, I have the same problem. Any solution? Thanks!
  2. Hi, I have the same problem. Any solution??...

    Hi, I have the same problem. Any solution?? Thanks.
  3. Replies
    2
    Views
    1,086

    Pay attention at the queue size. See...

    Pay attention at the queue size. See DeadLetterQueue en Apache ActiveMQ. When the queue is full, the messages are sended to DLQ.

    Anselmo
  4. Replies
    1
    Views
    828

    Can I kill a consumer?

    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?...
  5. Replies
    1
    Views
    1,035

    ConcurrentConsumer property and JMX

    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...
  6. 1) Use BeanDefinitionBuilder to build a...

    1) Use BeanDefinitionBuilder to build a beanDefinition.
    2) Register the beanDefinition to applicationContext




    ClassPathXmlApplicationContext applicationContext = new...
  7. Who would have to determine what...

    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.
    ...
  8. Replies
    2
    Views
    722

    Before posting I'd been looking at the reference...

    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,...
  9. Replies
    2
    Views
    722

    Transaction scheme problem

    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...
Results 1 to 9 of 9