Re: PublishJMS - Failed to determine destination type from destination name (v1.9.2)

2019-11-19 Thread Joe Ferner
https://issues.apache.org/jira/browse/NIFI-6885 On Tue, Nov 19, 2019 at 9:57 AM Joe Ferner wrote: > I'm filing a JIRA for the logUnbuildableDestination logging bug and will > knock this out shortly. > > Looking deeper on your warning, it sounds like your Flow File has a > jms_destination

Re: PublishJMS - Failed to determine destination type from destination name (v1.9.2)

2019-11-19 Thread Joe Ferner
I'm filing a JIRA for the logUnbuildableDestination logging bug and will knock this out shortly. Looking deeper on your warning, it sounds like your Flow File has a jms_destination attribute on it which is separate than then PublishJMS processor Destination Name property. While the Destination

Re: PublishJMS - Failed to determine destination type from destination name (v1.9.2)

2019-11-18 Thread Joe Ferner
A couple things I noticed... There is a small bug when calling logUnbuildableDestination. It should get passed entry.getValue() not entry.getKey(). This would give you the intended warning message where "destination_name" would actually be the destination name being evaluated. This would help you

PublishJMS - Failed to determine destination type from destination name (v1.9.2)

2019-11-18 Thread Santiago Acosta
Hi, I am trying to configure a PublishJMS processor to publish to a QUEUE with a variable name using Expression Language. I set the Destination Name to "activemq:${myid}" which uses an attribute I added to the flowfile in a previous step My ConsumeJMS processor works great which means that my