@cdklabs/cdk-amazonmq-activemq-config-v5-15-16
Project description
Amazon MQ for ActiveMQ XML configuration v5.15.16 bindings
---| Features | Stability |
|---|---|
| All types are experimental |
Experimental: All types in this module are experimental and are under active development. They are subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model and breaking changes will be announced in the release notes. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
This package provides strongly-typed configuration bindings for Amazon MQ for ActiveMQ version 5.15.16. It enables you to define your ActiveMQ broker configurations in code instead of raw XML.
The types in this library are intended to be used with the @cdklabs/cdk-amazonmq library and allow for providing strongly-typed configuration of ActiveMQ brokers that is generated from the XML schema definition tailored for the Amazon MQ.
An example of using this library can be found below:
// Basic broker configuration
const broker = new Broker({
schedulePeriodForDestinationPurge: 10000,
start: false
}, {
// Destination interceptors configuration
destinationInterceptors: [
// ... interceptor configuration
],
// Persistence configuration
persistenceAdapter: new KahaDB({
// ... persistence configuration
}),
// Policy configuration
destinationPolicy: new PolicyMap({
// ... policy configuration
}),
// ... other sections
});
LDAP Integration Note: Amazon MQ for ActiveMQ enables LDAP integration which requires using
cachedLDAPAuthorizationMap. See ActiveMQ documentation for more details. The types in this package include theCachedLDAPAuthorizationMaptype with attributes specifically enabled by Amazon MQ for ActiveMQ.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cdklabs_cdk_amazonmq_activemq_config_v5_15_16-0.0.0.tar.gz.
File metadata
- Download URL: cdklabs_cdk_amazonmq_activemq_config_v5_15_16-0.0.0.tar.gz
- Upload date:
- Size: 94.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee0168a9472c52836a034f5f70c4397df0c5d9053d876c5719d7205b7db93280
|
|
| MD5 |
82826bf5e011dbc6fa4db4ae1be1c631
|
|
| BLAKE2b-256 |
fede7de2d8346c6c4567c6e01eeb438959efcb49bf7e81d3e6f983b27f4817b4
|
File details
Details for the file cdklabs.cdk_amazonmq_activemq_config_v5_15_16-0.0.0-py3-none-any.whl.
File metadata
- Download URL: cdklabs.cdk_amazonmq_activemq_config_v5_15_16-0.0.0-py3-none-any.whl
- Upload date:
- Size: 93.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abce8fe7004eebaefb538c181088c287b6e8a144fed272193ac1a145ba652c71
|
|
| MD5 |
f53cb6c6e7086539dee99b048e6de42b
|
|
| BLAKE2b-256 |
a3968027f0010e3d5293a12ff63b60dcde5e58b2f0b2f2f03bac17c227d3fffd
|