Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] grouper rabbitmq messaging

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] grouper rabbitmq messaging


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: "Waldbieser, Carl" <>
  • Cc: TIER-API <>, grouper-users <>
  • Subject: RE: [grouper-users] grouper rabbitmq messaging
  • Date: Mon, 7 Aug 2017 18:26:11 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:7YnwOR3EhD1bo34dsmDT+DRfVm0co7zxezQtwd8ZsesWL/3xwZ3uMQTl6Ol3ixeRBMOAuqIC07KempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9ZDeZwZFiCChbb9uMR67sRjfus4KjIV4N60/0AHJonxGe+RXwWNnO1eelAvi68mz4ZBu7T1et+ou+MBcX6r6eb84TaFDAzQ9L281/szrugLdQgaJ+3ART38ZkhtMAwjC8RH6QpL8uTb0u+ZhxCWXO9D9QKsqUjq+8ahkVB7oiD8GNzEn9mHXltdwh79frB64uhBz35LYbISTOfFjfK3SYMkaSHJBUMhPSiJBHo2yYYgBD+UDPOZXs4bzqFQVoBuiHgagGP/jxiNUinL026AxzuQvERvB3AwlB98CvnbardX0NagMS+C51LTDwCvDb/NM2Df984bEeQ0mrPGJQb1wccrQyEgxGAPflViQqJflMC+P2uQQq2iU8exgVeS1h2E5tg5xvyGiy8ExgYfHgYIVz0rL9SR/wIstP923UlV0bsWlEJtMsiGaLpF6Td8lQ2FtoCo6xbwGuYK7fCgX05sr3QLQa/uCc4WO/xntV/6RLC9miH1/ZL6zmhO//VW9xuHhU8S03llHojZZntTJtH0CyRPe58uCR/Z44EutxTWC2xjO5uxKPUw4j67WJ4M7zrIui5YetV7PEjL0lUj3iqKda18q9fKy6+v9Z7Xrvp+cOJFwigH5KqkggtCyD+MkPgUARmSW5/2y2KD68U3+W7pFkOc6kq7EsJDGPssbobO5AwlI3Yo58xa/FTCm0MgGknYbMFJFeRWHj47zN1HJPfD4EfO/g1OrkDdo3fzJIrrhApDVInjClrfuY6p95lZCxAUp0dxT+pdZBqwcLP7uX0LxutPVAgMlPwGxwevoFtpw24AbVG+KHKOVLKDfvUeN5u01IumMYIEVuCz6K/gg//PuiGM2mV8dfKiow5QXcmu1HvV9I0qFe3bsn88BHnkMvgo4VuDllkCNUSNLa3aoQ608/i07CJ6hDYrbWoCtgaKO3D2iEpJMfmBGC0uBEXPpd4WfR/cMczyeLtVgkjwCSbiuVZUh1Rewuw/m1bZrNPTb9TAFtZj7zth6+/XTlQ0u9TxzF8md3HuNT2ZpnmMQWTA2xrlzoVFmylidy6h4mOdVFdhS5/NSTgc6LoDQw/Z7C9D0RgLOYM2JSFC4TdW6Hz09VMw+zMITYxU1J9L3xC/K2yagArIOmqbPTLc96KaWlyzuLsJxwXfL34ElhlcvU8ZTKWDgi6JioVv9HYnMxg+5hrSnb+BU9y7X9XzJhT6Lt0FJQgNqeaTeVjYCfkbQq5L06l6UHOzmMqguLgYUkZ3KEaBNcNC8yAweHPo=
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

I added a jira thanks. Would you guys consider using this or are you happy
where you are?

-----Original Message-----
From: Waldbieser, Carl
[mailto:]

Sent: Monday, August 07, 2017 1:55 PM
To: Hyzer, Chris
<>
Cc: TIER-API
<>;
grouper-users
<>
Subject: Re: [grouper-users] grouper rabbitmq messaging

Chris,

I have some jython code for our changelogger that makes a TLS connection to
RabbitMQ.
Seems like it should be pretty straightforward translation to plain old Java.


https://github.com/cwaldbieser/grouper_python_provisioner/blob/master/changelog_consumer/process_changelog.py

The function "get_amqp_conn()" is on lines 42-52 and the code for creating a
context and using it is on lines 198-202.

Setting up RabbitMQ for TLS is documented on the RabbitMQ site:

https://www.rabbitmq.com/ssl.html


Thanks,
Carl Waldbieser
ITS Systems Programmer
Lafayette College


----- Original Message -----
From: "Chris Hyzer"
<>
To: "waldbiec"
<>
Cc: "TIER-API"
<>,
"grouper-users"
<>
Sent: Monday, August 7, 2017 1:18:24 PM
Subject: RE: [grouper-users] grouper rabbitmq messaging

We just have a basic implementation, if there are specific requirements
people have im happy to take patches or advise or whatever. i.e. maybe you
could list the steps on at the bottom of the wiki for how to enable TLS on
rabbitmq and we can get that working and figure out how to connect to it
(unless you have java experience and a code snippet :) )

Thanks
Chris


-----Original Message-----
From: Waldbieser, Carl
[mailto:]

Sent: Monday, August 07, 2017 9:21 AM
To: Hyzer, Chris
<>
Cc: TIER-API
<>;
grouper-users
<>
Subject: Re: [grouper-users] grouper rabbitmq messaging

Chris,

Are there options for specifying TLS parameters for the connection? E.g.
keystore/truststore options and/or flag to connect with TLS?

Thanks,
Carl Waldbieser
ITS Systems Programmer
Lafayette College

----- Original Message -----
From: "Hyzer, Chris"
<>
To: "TIER-API"
<>,
"grouper-users"
<>
Sent: Monday, August 7, 2017 5:39:15 AM
Subject: [grouper-users] grouper rabbitmq messaging

Making progress on Grouper RabbitMQ messaging.


https://spaces.internet2.edu/display/Grouper/Grouper+Messaging+with+RabbitMQ


Got the configuration ironed out, made a rabbitmq-connector tarball, theres a
patch and snapshot client release since it needed some things, and the
grouperInstaller will install this component.


Still kicking the tires here...


Thanks

Chris



Archive powered by MHonArc 2.6.19.

Top of Page