ildfly-client-all.34.0.1.Final.source-code.asym-ssl.xml Maven / Gradle / Ivy
Go to download
This artifact provides a single jar that contains all classes required to use remote Jakarta Enterprise Beans and Jakarta Messaging, including
all dependencies. It is intended for use by those not using maven, maven users should just import the Jakarta Enterprise Beans and
Jakarta Messaging BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up
with different versions on classes on the class path).
<?xml version='1.0' encoding='UTF-8'?> <!-- Demo config showing how to configure ASYM_ENCRYPT with a keystore and certificates --> <config > <TCP bind_addr="localhost" bind_port="7600"/> <RED/> <TCPPING initial_hosts="localhost[7600]" port_range="10"/> <MERGE3/> <FD_SOCK2/> <FD_ALL3/> <!--INJECT_VIEW/--> <VERIFY_SUSPECT/> <SSL_KEY_EXCHANGE keystore_name="my-keystore.jks" keystore_password="password" port_range="10" /> <ASYM_ENCRYPT change_key_on_leave="false" change_key_on_coord_leave="true" use_external_key_exchange="true" sym_keylength="128" sym_algorithm="AES/CBC/PKCS5Padding" sym_iv_length="16" asym_keylength="512" asym_algorithm="RSA"/> <pbcast.NAKACK2 use_mcast_xmit="false"/> <UNICAST3/> <pbcast.STABLE/> <pbcast.GMS join_timeout="2000"/> <UFC/> <MFC/> <FRAG2/> </config>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy