Search:

Type: Posts; User: srikanthradix; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. We are not using any Thread-pool executors.

    Mark,

    We are not using any Thread-pool executors in our logic. Our component is supposed to be single-threaded.

    There is one topic.
    There are three durables for this topic.
    Based upon the...
  2. Please help

    Please help with this issue. Am I doing anything wrong from the code stand-point?
  3. Somebody plz help with this issue.

    It is very helpful if somebody can give me some pointers in resolving this issue.

    I have overridden the receiveMessage(MessageConsumer consumer) {
    and consumer.receive()
    }
    instead of polling...
  4. Log from the server.

    After sending the message referred to by "toMessage", there is a lag in retrieval of message from the durable topic. The log is mentioned below:







    2011-02-28 16:40:00,607 INFO ...
  5. Default Message driven Channel Adapter is taking too long to receive messages.

    <bean id="oms.topicDurableProps" class="org.springframework.beans.factory.config.PropertiesFactoryBean">
    <property name="singleton" value="true"/>
    <property name="properties">
    ...
  6. Invalid scale size. Cannot be less than zero. Please suggest.

    The SQL is working fine in TOAD.

    My class is like this:



    public class AllocatorDao extends NamedParameterJdbcTemplate
    {
    ...
    SqlParameterSource paramMap = new...
  7. Replies
    6
    Views
    2,024

    There is another downstream process MV which...

    There is another downstream process MV which receives messages from this component OMS. But, it doesn't have any impact on this component.
    We will try concurrent-consumers = 1 and let you know the...
  8. Replies
    6
    Views
    2,024

    We have designed this component in such a way (It...

    We have designed this component in such a way (It was designed before I came) that it cannot handle threads. So, we made the component single-threaded. Lot of global variables.

    If we set...
  9. Replies
    6
    Views
    2,024

    Reply.

    We are seeing this slow down once Messages start arriving. Our Component is single-threaded. However component itself is completing in 2 milliseconds. But, when we put the logging inside fromMessage...
  10. Replies
    6
    Views
    2,024

    JMS Message Driven Channel Adapter

    Do we need to have any configuration changes on message-driven-channel-adapter in-order for the adapter to pick up the messages immediately from the topic?

    It looks like the messages are not...
  11. Seeing the default priority instead of set priority.

    QoSEnabledJmsTemplate is working. But not sure why I couldn't see the priority getting reflected on Gems.
  12. Setting message priority inside message converter

    We tried two things to set message priority

    first is JMS Template



    <util:constant id="common.deliveryMode" static-field="javax.jms.Message.DEFAULT_DELIVERY_MODE"/>
    ...
  13. Adding message priority for message put into the Queue.

    We tried two things to set message priority

    first is JMS Template



    <util:constant id="common.deliveryMode" static-field="javax.jms.Message.DEFAULT_DELIVERY_MODE"/>
    ...
  14. How about this way?

    <si:router input-channel="comp.toRouter" ref="comp.router" method="route"/>

    <bean id="comp.fatRouter" class="com.xxx.MessageTypeRouter">
    <property name="name"...
  15. publish-subscribe channel alternative?

    <si:publish-subscribe-channel id="comp.toMultipleChannels"/>

    <si:router input-channel="comp.toRouter" ref="comp.router" method="route"/>

    <bean id="comp.router"...
  16. Replies
    5
    Views
    1,514

    Please suggest.

    The link is helpful. Thanks.
  17. Replies
    5
    Views
    1,514

    Just two more questions.

    1) What if the <property name="sessionCacheSize" value="10" /> and the connections reach 10. Does it get more Connections from the Server than 10 or does it wait for one process to release the...
  18. Replies
    5
    Views
    1,514

    Perfect solution.

    Thanks. It is a perfect solution.
  19. Replies
    5
    Views
    1,514

    Caching Connection?

    We need the ability to cache the MQ Connection, because each time it is taking like 450 ms to get the Connection since the MQ server is in London and the code that is trying to get the connection is...
  20. Replies
    0
    Views
    703

    Single Threaded messages.

    2010-06-07 14:55:29,573 INFO [pool-2-thread-1] proj.FATMasterTransferObjectConverter - message-processor:fromMessage OrderID:171176
    <<171176>>
    2010-06-07 14:55:30,030 INFO [pool-2-thread-1]...
  21. Same Message needs to go to two different Queues.

    I have a message that needs to gets converted into BytesMessage before being sent to two channels.
    Currently, I have a message that gets put into two different channels through a Router and gets...
  22. concurrent consumers inside jms:message-driven-channel-adapter

    If I put concurrentConsumers inside message-driven-channel-adapter, Is it possible for multiple Consumers(more than 1) to consume "same" message send to this jms Queue? If so, what precaution should...
  23. When will 1.0.5.RELEASE version of spring integration be released?

    Currently, we are using 1.0.4.RELEASE. Just wondering when will it be released.


    <dependency>
    <groupId>org.springframework.integration</groupId>
    ...
  24. jms:outbound-channel-adapter + creating connections

    Does the outbound-channel-adapter create new connection to EMS Queue everytime it puts a message into the EMS Queue?
    (OR)
    It just establishes a connection to EMS for the first time when the...
  25. Relevant Code and Configuration.

    The following is the code that reads via MQ Queue and sends to MQ Queue using Message Converter(reads from jms:message-driven-channel-adapter and writes to jms:outbound-channel-adapter)


    ...
Results 1 to 25 of 87
Page 1 of 4 1 2 3 4