Issue 1
There should be more complex description of particular messaging transports. We describe only how to configure the basic HTTP acceptors/connectors. We should describe better remote and InVM acceptors/connectors. I also expect a list of parameters with description. Similar to [1].
Issue 2
ClientSessionFactory instances are basically the connection to a server
I think that ClientSession instances are basically the connection to a server. ClientSessionFactory instances are recipes for creation of ClientSession instance.
Issue 3
I found two typos in:
You can also use your own custom acceptors and connectors. We’ll discuss configuration options for those at the end fo this section.
In the above example, the http-connector is using Undertow’s “default” http listener which listens on JBoss EAP’s default http port, 8080. The d http-listener is defined in the undertow subsystem:
- blocks
-
JBEAP-1916 Move content from chapter 18 of the 6.4 configuration guide to the Dev Guide for Messagings (for 7.0)
- Closed