I pulled from git 2.3 branch, built a new grouper.rabbitMq tarball, and uploaded to the downloads folder… note, for these new experimental tarballs there will
not be perfect/ideal versioning/patching…
Thanks
Chris
From: Vivek Sachdeva [mailto:]
Sent: Friday, September 08, 2017 1:03 AM
To: Waldbieser, Carl <>
Cc: TIER-API <>; grouper-users <>; Hyzer, Chris <>
Subject: Re: [grouper-users] grouper rabbitmq messaging
Hi Carl,
I have added TLS support to grouper rabbitMq client. Your Jython code example was very helpful.
On Wed, Aug 9, 2017 at 11:51 AM, Hyzer, Chris <> wrote:
Fyi the backlog of test patches is cleared, and this is in an available patch if you want to start using it. 2.3.0 api patch #73
Thanks,
Chris
-----Original Message-----
From: Hyzer, Chris
Sent: Monday, August 07, 2017 3:40 PM
To: 'Waldbieser, Carl' <>
Cc: TIER-API <>; grouper-users <>
Subject: RE: [grouper-users] grouper rabbitmq messaging
2.3.0 patched :) Let me know if you need something other than TLS
Note, I think we have a small backlog of patches in "test" mode, so unless you get the snapshot grouper client, or install the patches in "test" state, you will have to wait a couple days :)
Thanks
Chris
-----Original Message-----
From: Waldbieser, Carl [mailto:]
Sent: Monday, August 07, 2017 3:37 PM
To: Hyzer, Chris <>
Cc: TIER-API <>; grouper-users <>
Subject: Re: [grouper-users] grouper rabbitmq messaging
Chris,
Looks like I could configure that message.
The routing logic in our setup is supplied by a component I've been calling the Provisioner Delivery Service (PDS). It has plugins for parsing different messages. I could just add a new message parser that would read the ESB format you referenced and pull
out the parts that are relevant to our provisioner-- the subject, the group, and the action (add/delete).
What version(s) of Grouper will this be available in?
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 3:21:52 PM
Subject: RE: [grouper-users] grouper rabbitmq messaging
I put some sample messages up there from the ESB messaging connector.
https://spaces.internet2.edu/display/Grouper/Grouper+Messaging+with+RabbitMQ
If there is a different format or a TIER format we can do that too... (which would be separate from the messaging implementation obviously, so it would work for any of the 4 current messaging strategies (rabbitmq, activemq, aws, built-in).
I could also see simple transformations being supported too...
Thanks
Chris
-----Original Message-----
From: Waldbieser, Carl [mailto:]
Sent: Monday, August 07, 2017 2:31 PM
To: Hyzer, Chris <>
Cc: TIER-API <>; grouper-users <>
Subject: Re: [grouper-users] grouper rabbitmq messaging
Chris,
I think if the project starts making components we can swap in, we'd do it and retire our code.
Not sure what the messages look like coming out of the change-logger, but if I can adapt our provisioning components to parse/interpret them, I think it would be a slam dunk.
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 2:26:11 PM
Subject: RE: [grouper-users] grouper rabbitmq messaging
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
|