-
Notifications
You must be signed in to change notification settings - Fork 3
/
as-jms-outbound-tls-values.yaml
62 lines (53 loc) · 1.69 KB
/
as-jms-outbound-tls-values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
replicaCount: 3
connectorSecrets:
- tls-certs
connectorConfig:
service:
# TLS setup for communication between Aerospike server (XDR) and the
# connector.
# Use the TLS certificates and keys specific to your setup.
# See: https://docs.aerospike.com/connect/jms/from-asdb/configuring/service#configuring-tls
tls:
port: 8443
key-store:
store-file: secrets/tls-certs/svc.cluster.local.keystore.jks
store-password-file: secrets/tls-certs/storepass
manage:
port: 8081
# See: https://docs.aerospike.com/connect/jms/from-asdb/configuring/jms
# The connection properties for the JMS message broker.
jms:
# # RabbitMQ example.
factory: com.rabbitmq.jms.admin.RMQConnectionFactory
config:
host: rabbitmq.rabbitmq-system
port: 5672
username: guest
password: guest
# # ActiveMQ example.
# factory: org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
# jndi-cf-name: ConnectionFactory
# config:
# java.naming.provider.url: tcp://127.0.0.1:61616
# java.naming.security.principal: admin
# java.naming.security.credentials: password
# # IBM MQ example.
# factory: com.ibm.mq.jms.MQConnectionFactory
# config:
# hostName: 127.0.0.1
# port: 1414
# queueManager: QM1
# transportType: 1
# channel: DEV.APP.SVRCONN
# Format of the JMS destination message.
format:
mode: flat-json
metadata-key: metadata
# Aerospike record routing to a JMS destination.
routing:
mode: static
type: queue
destination: aerospike # <---- Change this to the name of the JMS destination.
# The logging properties.
logging:
enable-console-logging: true