-
Notifications
You must be signed in to change notification settings - Fork 3
/
as-jms-inbound-values.yaml
69 lines (58 loc) · 1.65 KB
/
as-jms-inbound-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
63
64
65
66
replicaCount: 3
# Default Connector configuration.
# Visit: https://docs.aerospike.com/connect/jms/to-asdb/configuring
connectorConfig:
# Optional HTTP Server configuration to expose Manage API and Prometheus metrics
service:
manage:
port: 8081
# JMS sources to consume messages from.
queues:
MyJmsQueue:
aerospike-operation:
type: write
parsing:
format: json
mapping:
bins:
type: multi-bins
all-value-fields: true
key-field:
source: value-field
field-name: key
namespace:
mode: static
value: test
# topics: {}
# The connection properties to 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
# The Aerospike cluster connection properties.
aerospike:
seeds:
- aerocluster.aerospike: # Aerospike Headless Service name or seed node address.
port: 3000
# The logging properties.
logging:
enable-console-logging: true