You can use CachingConnectionFactory. I think that will solve your problem.
Type: Posts; User: fazahid; Keyword(s):
You can use CachingConnectionFactory. I think that will solve your problem.
Hi,
I have an implementation of web service (server side) using spring-ws. I would like to change my code to use spring-integration-ws (ws:inbound-gateway and channels). I have tried examples but...
Raised an issue in JIRA: https://jira.springsource.org/browse/INT-2695
Thanks
Solved the problem :) Here is the solution:
1) Define a destination provider for your Jms Uri:
public class JmsDestinationProvider implements DestinationProvider {
private String jmsUri; ...
Mark,
Thanks for your confirmation. I have already implemented this usecase using spring-ws and spring-jms support and now trying to implement the same usecase using spring-integration. For...
I am sorry if my explanation was not quite clear. Basically I need to implement a webservice client (and after that a webservice server). I have already worked with the samples given by...
Is there any way to use jms as a transport with spring-integration support for web services (ws:inbound-gateway and ws:outbound-gateway)?
I am trying following configuration but it is not working...
TIBCO Rendezvous is a messaging product for real-time broad data distribution applications such as market data, trading, e-business, systems management, and real-time control systems...
Hi,
Is there any way of using Spring Integration with Tibco Rendezvous (aka Tibco RV)?
Thanks
thanks karldmoore.... I have tried my best but something is missing my eyes. So it would be great if u can help me out.
SecurityContextHolder.getContext().getAuthentication() returns null if used in JSP pages. But the same statement works fine in Action class.
<authz:authentication operation="username"/> also...
Thanks a lot. Its' now working. Thanks a lot for your guidelines. What i made mistake is: i implemeted the UserDetailsService in the dao layer but my transaction was configured for service layer. Now...
For last few days i am trying to develop a demo webapplication using Acegi+Spring+Hibernate. I have taken latest version for all. For you help i have attached the source files with this post. My...