• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Durable pub sub channel in spring integration

 
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't know if you have covered this in the book , but is it possible to configure durable pub sub channel in spring integration 2.0?
 
author
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In Spring Integration "channels" (including publish-subscribe-channel) are intra-process while Channel Adapters are inter-process, so a publish-subscribe-channel will send to the subscribers within the same process. Perhaps you can explain your question in a bit more detail, but if you are thinking of "durable subscribers" in the way that JMS topic subscribers can be durable, that's really an issue for inter-process communication - where the consuming process is not running at the same time as the producing process. We do provide JMS Channel Adapters that support such durable Topic subscribers.

Does that help?, and if not, can you elaborate on your question a bit?

Thanks,
Mark
 
Surfs up space ponies, I'm making gravy without this lumpy, tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic