Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
blocking-process-template
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
community
blocking-process-template
Commits
5c907763
Commit
5c907763
authored
Jan 24, 2018
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
98d4e12b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
README.md
README.md
+16
-17
No files found.
README.md
View file @
5c907763
...
@@ -24,30 +24,29 @@
...
@@ -24,30 +24,29 @@
4.
Связать очередь и процесс через конфигурационный файл
`/opt/synergy/jboss/standalone/configuration/arta/api-observation-configuration.xml`
,
4.
Связать очередь и процесс через конфигурационный файл
`/opt/synergy/jboss/standalone/configuration/arta/api-observation-configuration.xml`
,
добавив в него следующее:
добавив в него следующее:
```
xml
```
xml
<listener>
<listener>
<queue>
java:jboss/exported/jms/queue/BlockingProcessTemplateQueue
</queue>
<queue>
java:jboss/exported/jms/queue/BlockingProcessTemplateQueue
</queue>
<event>
event.blocking.template
</event>
<event>
event.blocking.template
</event>
</listener>
</listener>
```
```
Если конфигурационного файла
`api-observation-configuration.xml`
нет, то необходимо его создать и указать владельца:
Если конфигурационного файла
`api-observation-configuration.xml`
нет, то необходимо его создать и указать владельца:
```
```
# chown jboss:synergy api-observation-configuration.xml
# chown jboss:synergy api-observation-configuration.xml
```
```
Его содержимое должно быть следующим:
Его содержимое должно быть следующим:
```
xml
```
xml
<?xml version="1.0"?>
<?xml version="1.0"?>
<configuration>
<configuration>
<listener>
<listener>
<queue>
java:jboss/exported/jms/queue/BlockingProcessTemplateQueue
</queue>
<queue>
java:jboss/exported/jms/queue/BlockingProcessTemplateQueue
</queue>
<event>
event.blocking.template
</event>
<event>
event.blocking.template
</event>
</listener>
</listener>
</configuration>
</configuration>
```
```
5.
Запустить jboss
5.
Запустить jboss
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment