Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    799

    FYI - someone created:...

    FYI - someone created: https://jira.springsource.org/browse/SPR-9801.
  2. The loadClass will use the classloader of the...

    The loadClass will use the classloader of the current class (getClass().getClassLoader()), which in this case is SpringTriggerFactoryBean. That means that the spring-context-support bundle must have...
  3. Replies
    4
    Views
    799

    Spring 3.2 Milestone 1 and OSGi meta-data?

    Spring 3.2 M1 is missing all OSGi meta-data. Seems this commit removed support for adding it during the build:
    ...
  4. The information above (as well as in the linked...

    The information above (as well as in the linked StackOverflow post) is kind of out of date... here are the docs for the latest java driver:
    ...
  5. I created...

    I created https://jira.springsource.org/browse/INT-2416 to track this. As per my note above as well as in INT-2416, I am willing to submit a patch if the devs indicate any interest. At the very...
  6. Since the SA can also return a Message instance,...

    Since the SA can also return a Message instance, I don't see why the same logic -- that the Message was intentionally constructed for the downstream flow -- does not apply?

    I actually did switch...
  7. Replies
    7
    Views
    507

    @Artem -- the thing is the gap is very small and...

    @Artem -- the thing is the gap is very small and adding a whole new project like Spring Batch seems like overkill to solve the problem.
  8. Replies
    7
    Views
    507

    I need to do something like this as well that...

    I need to do something like this as well that involves "splitting" an InputStream. I need the "splitter" to continue to send replies until the stream is complete, and I don't know the full size of...
  9. Hi Mark, thanks for your reply. I understand...

    Hi Mark, thanks for your reply.

    I understand that headers need to be maintained in the situation you described, but that is easily handled by checking if the delegate method returned "! (retVal...
  10. Service activator hard-coded shouldCopyRequestHeaders=true value

    I use several service activators in a row in order to process some data. However, I have noticed that when a method that explicitly removes message headers is called via the service activator, SI...
  11. For future googlers, Artem was kind of enough to...

    For future googlers, Artem was kind of enough to explain how to obtain a ListenableFuture implementation from the async gateway using an injected Executor that does return a ListenableFuture...
  12. Anyone solve this?

    Anyone solve this?
  13. Suggestion: "Listenable" Futures for async gateway

    Async gateway currently allows a Future<T> implementation to be returned.

    What about supporting a ListenableFuture implementation as well? This type of Future would allow the caller to register a...
  14. Replies
    5
    Views
    1,020

    Yup, my thinking right now is to implement a very...

    Yup, my thinking right now is to implement a very basic ProcessManager to meet my requirements. Will know more after some initial prototyping and experimenting.
  15. Replies
    5
    Views
    1,020

    @Amol: thanks, the link to the routing slip...

    @Amol: thanks, the link to the routing slip pattern is useful. Until it is available in SI, I think one can "fake it" by implementing some custom routing functionality. That may very well be the best...
  16. Replies
    5
    Views
    1,020

    Dynamic/programmatic configuration

    I am interesting in using Spring Integration in a programmatic way. Basically, I intend to compose MessageHandlerChain's dynamically from data obtained via a GUI and/or stored in a database. Chain's...
  17. Thread: HornetQ support

    by rgupta
    Replies
    10
    Views
    5,161

    Sorry for posting to this old thread, but for...

    Sorry for posting to this old thread, but for future searchers, here is a simple working Spring configuration for HornetQ outside of JBoss, and without using JNDI:




    <bean id="hornetQServer"...
  18. Replies
    38
    Views
    4,949

    Thought I would close off this thread... I did...

    Thought I would close off this thread... I did some more research on this after realizing the FutureTask.done() approach wasn't going to work properly for more complex flows...

    So to implement...
  19. Replies
    38
    Views
    4,949

    Using a router would mean that each client bundle...

    Using a router would mean that each client bundle would have to publish its replyChannel to the bundle containing the router, and then the router would have to use some other header to route the...
  20. Replies
    38
    Views
    4,949

    Hi Mark, I've read the entire reference manual a...

    Hi Mark, I've read the entire reference manual a couple of times and I'm sorry but I'm still confused.



    I'm aware of that.



    Ok, but how does $replyChannel get set if the si:gateway is...
  21. Replies
    38
    Views
    4,949

    Fair enough -- I agree and I *am* trying to use...

    Fair enough -- I agree and I *am* trying to use the event-driven approach. However, as I've tried to explain, it isn't quite so simple because their are multiple OSGi bundles expecting a reply from...
  22. Replies
    38
    Views
    4,949

    Well, this is why I started this whole thread...

    Well, this is why I started this whole thread (which has sort of been hijacked :)) -- the problem with Future's out of the box is that they require the caller to poll them via their get method for...
  23. Replies
    38
    Views
    4,949

    I think that a) I may not have correctly outlined...

    I think that a) I may not have correctly outlined the problem, or b) I am simply not understanding the proposed solutions. Here is the problem stated very simply:

    OSGi Bundles A, B, C contain...
  24. Replies
    38
    Views
    4,949

    I'm not sure if I understand your solution...

    I'm not sure if I understand your solution correctly. If the method return is void, then I guess I would have to create a second gateway for the replies and inject that into my request...
  25. Replies
    38
    Views
    4,949

    Async gateway reply via callback

    I'm starting out with Spring Integration 2.0 M5. I have a gateway which needs to work asynchronously. I see that an async gateway function has been added in v2 but it uses a Future for the result.
    ...
Results 1 to 25 of 42
Page 1 of 2 1 2