Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    15
    Views
    3,866

    I'm not sure too. So, I hope Mark or somebody...

    I'm not sure too. So, I hope Mark or somebody else can give us some answer!
    We would appreciate that!
  2. Replies
    15
    Views
    3,866

    Chudak gave me an idea and I turned off...

    Chudak gave me an idea and I turned off cacheConsumer from the ConnectionFactory and it solved our problem.

    Our connection factory now looks like this:


    <bean id="springconnectionfactory"...
  3. Replies
    15
    Views
    3,866

    We are using OpenMQ. What can we do? The...

    We are using OpenMQ.
    What can we do?
    The problem only happens in asyncronous mode. In syncronous mode it works great, but the service, which we call with the service acticator is too slow to use in...
  4. Replies
    15
    Views
    3,866

    Thanks for the quick answer! The poller at the...

    Thanks for the quick answer!

    The poller at the JMS queue was just a desperate try.
    In the original version we didn't have a poller at the JMS queue.

    Today we ran the program with DEBUG...
  5. Replies
    15
    Views
    3,866

    still not working :(

    Well, unfortunatelly we played in the meantime with the polling parameters and with the queue sizes, but we wasn't able to figure out why are messages stuck in the jms MQ.
    We can't figure out, why...
  6. Replies
    15
    Views
    3,866

    jms messages stuck in JMS MQ

    Hi All!

    I don't know, if it's feature or a bug, but the following thing gives me lot of headache and I can't solve it, or just find out what is the cause.

    I have a server, where I have spring...
  7. Ok, I solved it! I had to change the...

    Ok, I solved it!
    I had to change the setExplicitQosEnabled to true in the JMS template. I could change the jmsPriority after I set setExplicitQosEnabled to true.
  8. how to change priority of a jms message with JMS Outbound Channel Adapter?

    Hi!

    I have tried to change the jms priority of a jms message in Spring Integration. I could change the priority with gateway, but I couldn't with outbound channel adapter. Why aren't there a...
  9. In the meantime I could test it out and it worked...

    In the meantime I could test it out and it worked like a charm!

    Thanks for your help!
  10. Thanks for the quick answer! I will definately...

    Thanks for the quick answer! I will definately try it out tomorrow at work. I'm calling a service with it, which put digital signature and timestamp on the input document. The signing and...
  11. service activator fails after a couple of call

    I have simple configuration, where i'm sending files from a client to JMS with integration, then i'm reading out these messages from jms from a server, this server makes some transformation with this...
Results 1 to 11 of 11