Physics, asked by matlaninishi1433, 1 year ago

What is the method that is not provided by the jmstemplate spring class

Answers

Answered by Rajeshkumare
0

The JmsTemplate class is the central class for Spring JMS integration. It simplifies the use of JMS.

By default, JmsTemplate uses Point-to-Point (Queues) and the JMS Sessions are "not transacted" and "auto-acknowledge".

In the following example, we will use Apache ActiveMQ as the provider implementation of JMS. We are going to send and synchronously receive JMS messages

Answered by nafibarli789
0

Answer:

The method that is not provided by the JmsTemplate spring class is as follows:

Explanation:

JmsTemplate class manages the design and releasing of resources when transmitting or synchronously accepting messages. Thus the class that utilizes this JmsTemplate just must implement callback interfaces as defined in the process characterization.

  • The JmsTemplate exists as a main class from the Spring core package. It facilitates the usage of JMS and gets rid of boilerplate code.
  • It handles the creation and departure of JMS resources when transmitting or accepting messages.
  • The JmsTemplate class stands as the main class for Spring JMS integration. It facilitates the usage of JMS.
  • By defaulting, JmsTemplate utilizes Point-to-Point (Queues) and the JMS Sessions exist as "not transacted" and "auto-acknowledge".

#SPJ2

Similar questions