Skip to content

Commit 19122f2

Browse files
Update README.md
1 parent 721d8d3 commit 19122f2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

client/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# Kitodo.Production ActiveMQ Client
22

3-
Client to send messages to the Kitodo ActiveMQ. Only tickets can be closed with the existing behavior of the client atm.
3+
Client to send messages to the Kitodo ActiveMQ.
44

55
## Usage
66

7-
### FinalizeTaskQueue
7+
### FinalizeTaskQueue (Legacy)
8+
9+
Close a specific task and assign additional properties (see https://github.com/kitodo/kitodo-production/wiki/Developer_3.x-Active-MQ#finalizestep-queue)
10+
).
811

912
```java
1013
java -jar kitodo-activemq-client-X.jar tcp://localhost:61616?closeAsync=false "FinalizeTaskQueue" TaskID Message
1114
```
1215

1316
### TaskActionQueue
1417

18+
Task actions (https://github.com/kitodo/kitodo-production/wiki/Developer_3.x-Active-MQ#task-action
19+
) make it possible to execute certain behaviors, for example setting the state of a task or adding a comment (see https://github.com/kitodo/kitodo-production/wiki/Developer_3.x-Active-MQ#taskaction-queue
20+
).
21+
1522
```java
1623
java -jar kitodo-activemq-client-X.jar tcp://localhost:61616?closeAsync=false "TaskActionQueue" TaskID Message TaskAction (CorrectionTaskID)
1724
```

0 commit comments

Comments
 (0)