cesarhernandezgt commented on a change in pull request #611: [TOMEE-2742] Add
Spanish translation for simple-jms
URL: https://github.com/apache/tomee/pull/611#discussion_r350243707
##########
File path: examples/simple-jms/README_es.adoc
##########
@@ -0,0 +1,253 @@
+:index-group: JMS and MDBs
+:jbake-type: page
+:jbake-status: status=published
+
+= Simple JMS
+
+Este ejemplo demuestra cómo configurar un servicio JMS personalizado
``CustomJmsService``
+para producir y consumir un Mensaje JMS ``Message``.
+
+= Codigo
+
+== El servicio JMS: ``Message``, ``Queue``, MessageProducer``,
``MessageConsumer``
+
+Aquí tenemos un punto final REST, una clase con la anotacion: ``@Path("/
message")`` que indica la ruta correspondiente a la clase ``CustomJmsService``.
Por lo tanto, definimos ``sendMessage()`` como ``@POST`` y ``acceptMessage()``
como ``@GET`` para la ruta ``/message``.
Review comment:
anotación
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services