Questions tagged [spring-messaging]

A Spring Framework module providing APIs and base classes for messaging.

Spring Messaging is a module of the Spring Framework () providing APIs and fundamental classes for other Spring messaging projects such as and .

258 questions
-1
votes
1 answer

How to store value of var in Spring message tag in java script function?

I have one function that is returning some kind of string string is not static it is dynamic var error_msg = sendPinAjaxResponse("some url"); And i am using spring message tag to change language …
Kunal Batra
  • 821
  • 3
  • 14
  • 35
-1
votes
1 answer

Consuming Spring Boot "metricsChannel" via Apache Camel/RabbitMQ

Spring Boot publishes all metrics events to a message channel "metricsChannel" when a dependency on spring-messaging is present. In my project I am using Apache Camel along with RabbitMQ as the broker. Is there any way to consume these metrics…
Duduch
  • 53
  • 5
-4
votes
1 answer

RSocket vs HTTP performance for transferring FHIR resources

I have recently started a series of performance investigations on using service-to-service communication of FHIR resources, to identify the processing time spent in the: Payloads communication/exchange Serializing and deserializing the…
1 2 3
17
18