Search:

Type: Posts; User: mahender.j; Keyword(s):

Search: Search took 0.01 seconds.

  1. I got it ...

    I got it



    <jms:message-driven-channel-adapter id="inChannel" destination="queueName" channel="commStatusChannel" selector="APPLICATION_NAME = 'XYZ' AND NOTIFICATION_TYPE = 'OPEN'"/>

    set...
  2. jms:message-driven-channel-adapter selector expression

    Can anybody provide an example for 'selector' expression in message-driven-channel-adapter.

    Thanks
  3. Upgraded SI to latest version. Issue resolved...

    Upgraded SI to latest version.
    Issue resolved after adding property cache-level="3".

    Thanks a lot.
  4. Thanks for reply. I'm using Spring Integration...

    Thanks for reply.

    I'm using Spring Integration 2.0.0.RC1 version. after I added cache-level="3" this is the exception.

    <Jan 29, 2012 6:14:31 PM CST> <Error> <Console> <BEA-240003> <Console...
  5. Consumers Total count keep on growing in Weblogic

    I have the following code which receives a JMS message




    .....
    <int:channel id="setPriorityChannel" />
    <int:router id="assignPriorityRouter" input-channel="setPriorityChannel"...
  6. Issue is straight forward there is a message in...

    Issue is straight forward there is a message in channel "service_reply_channel" and you are not forwarding it to any output-channel
    set the output-channel="nullChannel" in service-activators instead...
  7. Try this. where fixed-delay is milliseconds ...

    Try this. where fixed-delay is milliseconds

    <int:poller id="poller" default="true" fixed-delay="1000"/>
  8. Replies
    0
    Views
    406

    JMS backed channel priority issue

    I have to process a priority message even in between the JMS has started processing low priority messages.
    here I have splitter which receives List and splits into single object then sends output...
  9. High amount of CPU usage after upgrading 2.0.5 RELEASE

    Upgraded Spring Integration libraries from 2.0.0.RC1 to 2.0.5.RELEASE then deployed application in weblogic cluster environment. During server restart there are no errors found but once application...
  10. Thanks for explanation. This helped me a lot, it...

    Thanks for explanation.
    This helped me a lot, it fits for my requirement.

    -Mahender
  11. OutputChannel for mail:outbound-adapter

    I know outbound-channel-adapters are fire and forget...I have scenario after email has been sent out need to update the status

    is there any way to have an output-channel once...
  12. Replies
    4
    Views
    1,809

    Thanks Ghillert, I implemented priority value...

    Thanks Ghillert,

    I implemented priority value in my code but the message was not processed as priority, it processed only after all the messages in queue have done.
    here I'm adding my context...
  13. Replies
    4
    Views
    1,809

    PriorityQueue example needed

    I have a scenario like I receive two types of
    requests
    1. process 50K emails with low priority
    2. process 1 email with high priority

    when I receive single email i need to process that message...
Results 1 to 13 of 13