JBoss EAP JMS gld Extension: Difference between revisions
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Gld Extensions|gld Extensions]] | |||
* [[Gld Configuration#extension_configuration|gld Configuration]] | * [[Gld Configuration#extension_configuration|gld Configuration]] | ||
=Configuration= | |||
service: | |||
type: jms | |||
message-size: 1024 | |||
implementation: | |||
name: ''<font color=orange>jboss-eap-6-jms</font>''|''<font color=orange>jboss-eap-7-jms</font>'' | |||
version: ''<font color=orange>6.4.15</font>''|''<font color=orange>7.0.4</font>'' | |||
# | |||
# implementation-specific configuration | |||
# | |||
jndi-url: localhost:8080 # remoting access to the JNDI server | |||
load-strategy: | |||
name: receive | |||
queue: jms/queue/novaordis | |||
connection-factory: jms/RemoteConnectionFactory | |||
connection-policy: connection-per-run | |||
session-policy: session-per-operation | |||
user: jmsuser | |||
password: jmsuser123 | |||
load: | |||
threads: 1 | |||
messages: 10000 | |||
output: | |||
statistics: | |||
file: /Users/ovidiu/tmp/test.csv |
Latest revision as of 05:30, 7 September 2017
Internal
Configuration
service: type: jms message-size: 1024 implementation: name: jboss-eap-6-jms|jboss-eap-7-jms version: 6.4.15|7.0.4 # # implementation-specific configuration # jndi-url: localhost:8080 # remoting access to the JNDI server load-strategy: name: receive queue: jms/queue/novaordis connection-factory: jms/RemoteConnectionFactory connection-policy: connection-per-run session-policy: session-per-operation user: jmsuser password: jmsuser123 load: threads: 1 messages: 10000 output: statistics: file: /Users/ovidiu/tmp/test.csv