JBoss EAP JMS gld Extension: Difference between revisions
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
=Configuration= | =Configuration= | ||
service: | |||
service: | |||
type: jms | type: jms | ||
message-size: 1024 | message-size: 1024 | ||
implementation: | implementation: | ||
name: jboss-eap-7-jms | name: ''<font color=orange>jboss-eap-6-jms</font>''|''<font color=orange>jboss-eap-7-jms</font>'' | ||
version: 7.0.4 | version: ''<font color=orange>6.4.15</font>''|''<font color=orange>7.0.4</font>'' | ||
# | # | ||
# implementation-specific configuration | # implementation-specific configuration | ||
# | # | ||
jndi-url: localhost:8080 # remoting access to the JNDI server | jndi-url: localhost:8080 # remoting access to the JNDI server | ||
load-strategy: | load-strategy: | ||
name: receive | name: receive | ||
Line 30: | Line 29: | ||
user: jmsuser | user: jmsuser | ||
password: jmsuser123 | password: jmsuser123 | ||
load: | load: | ||
threads: 1 | threads: 1 | ||
messages: 10000 | messages: 10000 | ||
output: | output: | ||
statistics: | statistics: | ||
file: /Users/ovidiu/tmp/test.csv | 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