I have simple junit for class implementing REST client with RESTTemplate.
I use the MockRestServiceServer for testing and have following test-method:
@Test
public void...
Type: Posts; User: kek; Keyword(s):
I have simple junit for class implementing REST client with RESTTemplate.
I use the MockRestServiceServer for testing and have following test-method:
@Test
public void...
It is not about logging on application server, it is about database. When we use JDBC statements, than we add some comment to SQL statement like con.prepareStatement(" /*User.login*/ select...
Hi all,
we use Spring Data JPA with Hibernate to create data-repositories. We use the generation of Queries by convention from repository method names. For debug and trace purposes we need to...
I know, how to create ReleaseStrategy for aggregator, but I need to create and use my own SequenceStrategy on Router - I donīt want to use the Stack-based Sequence header, i want to implement my own...
I change your sample to respect the my schema more precisely - it is attached here 3780. The main change is use of RecipientListRouter - that generates the sequence and the ReleaseStrategy on two...
I have problem with "applySequence" attribute processing.
My scenario is described in attachment 3776
There is one recipient list router that distributes the original request message to one or...
Hello,
I have the similar problem, I need to have some possibility to ACK message after receive on channel.
I want to write some client that reads messages from server through Webservice...