Search:

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

Search: Search took 0.03 seconds.

  1. sftp performance when using auto-create-directory

    I jumped the gun and opened a JIRA ticket for this problem, but I wanted to also run it by folks on the forum:
    https://jira.springsource.org/browse/INT-2048

    It appears that as the number of files...
  2. Thanks, Oleg. I've opened INT-1951...

    Thanks, Oleg. I've opened INT-1951 against this.
  3. Issue with HttpRequestExecutingMessageHandler and Content-Type headers

    I'm trying to use an HttpOutboundGateway to perform RESTful requests against an endpoint using URI substitution to extract the applicable REST URL values from a message payload. However, the...
  4. Fair enough, at least there's a known fix. I...

    Fair enough, at least there's a known fix. I usually like to have a deeper understanding of issues like this in case some other unexpected facet of it comes back to bite me later on; in this...
  5. Thanks, Oleg. Upgrading the JVM fixes the issue,...

    Thanks, Oleg. Upgrading the JVM fixes the issue, but I'd like to have a better understanding of the underlying JVM bug; I can't find any references to bugs with the isAssignableFrom method; I found a...
  6. I am developing on MacOS, but the error is being...

    I am developing on MacOS, but the error is being observed on CentOS w/ Tomcat 6.0.20 and Sun JRE 1.6.0_18-b07.
  7. 3.0.5.release

    3.0.5.release
  8. I am using 2.0.3.RELEASE

    I am using 2.0.3.RELEASE
  9. GenericMessage cannot be cast to java.util.Map

    I've written a simple SI flow that accepts requests via AMQP (Rabbit), and based on the contents of the message, generates a PDF report and delivers it to one of several potential endpoints (all...
  10. Excellent point. For my current use case,...

    Excellent point. For my current use case, transaction support is not required, but it sounds like exposing concurrent-consumers is important for those instances.
  11. Mark, Oleg helped me understand the concept of...

    Mark, Oleg helped me understand the concept of channels and task executors performing many of the asynchronous tasks. With that in mind, I think that using a task executor to asynchronously pull...
  12. Thank you for the quick reply, Oleg. I was just...

    Thank you for the quick reply, Oleg. I was just in the process of posting a response, as I came to the same conclusion and ended up with an almost identical dispatcher and executor. I can tell I'm...
  13. Concurrent file delivery with sftp outbound-channel-adapter?

    Can anyone help me figure out what is required in order to configure the sftp outbound-channel-adapter to deliver files asynchronously? I have a simple set of channels configured that asynchronously...
  14. Mark, I'm not certain what the etiquette or...

    Mark, I'm not certain what the etiquette or process is for this kind of thing, but I've attached the patch I threw together to be able to do this locally.
  15. Thanks for the quick reply, Mark. I believe that...

    Thanks for the quick reply, Mark. I believe that would be sufficient, but I'm so early in this project that I wouldn't be willing to bet my firstborn on it. Regardless, it would certainly go a long...
  16. Asynchronous / multi-threaded processing of AMQP messages

    Greetings,

    As a proof-of-concept, I recently started using the base Spring AMQP module (RC1) to perform basic putting and fetching of serialized JSON messages to and from a RabbitMQ instance. For...
  17. On either the JoinPoint or ProceedingJoinPoint...

    On either the JoinPoint or ProceedingJoinPoint parameter objects, you can use pjp.getSignature().getName().
  18. Replies
    5
    Views
    2,840

    Just a quick update: By setting...

    Just a quick update: By setting -Dorg.aspectj.tracing.enabled=true and -Daj.weaving.verbose=true -Dorg.aspectj.weaver.showWeaveInfo=true in my JAVA_OPTS environment variable, I've received the...
  19. Replies
    5
    Views
    2,840

    Converting from Spring AOP to AspectJ LTW

    I have an @AspectJ-style aspect that I have been using for logging in a Tomcat web application, using Spring AOP autoproxying to good effect. I have now run into a situation where I need to profile...
  20. Everyone please ignore this; it turns out that...

    Everyone please ignore this; it turns out that because I was using a browser to invoke the endpoint, the browser was throttling the number of concurrent requests. Long story short, by being too lazy...
  21. I noticed this behavior when opening multiple...

    I noticed this behavior when opening multiple instances to the same endpoint - all the database queries ran in serial instead of concurrently. In order to verify that this was not a JPA or database...
  22. MVC @Controller - Handling of concurrent requests

    I have used Spring for some simple, straightforward IoC in the past, but this is my first use of the MVC framework. I am running into a problem, and trying to figure out if this is a result of a...
Results 1 to 22 of 22