Skip to content

Commit a11b56a

Browse files
committed
Messenger queue implementation
1 parent b33d447 commit a11b56a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/bundle/Resources/config/services/locks.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ services:
1212
ibexa.messenger.lock_store.dbal:
1313
class: Symfony\Component\Lock\Store\DoctrineDbalStore
1414
arguments:
15-
- '@ibexa.persistence.connection'
15+
- '@ibexa.messenger.doctrine_connection'
1616
- db_table: ibexa_messenger_lock_keys
17+
18+
ibexa.messenger.doctrine_connection:
19+
parent: 'doctrine.dbal.connection'
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dama_doctrine_test:
2+
enable_static_connection:
3+
default: true

0 commit comments

Comments
 (0)