Hi Alan,

I assume you are referring to the preInit() method in the documentation
below:

https://fluo.apache.org/docs/fluo-recipes/1.1.0-incubating/export-queue/

Yes, this should be called in a Main method before initializing Fluo.  You
can still initialize Fluo using "fluo init" command but you could also
initalize Fluo using the Fluo API.  Below is example main method that does
everything:

https://github.com/astralway/webindex/blob/master/modules/integration/src/main/java/webindex/integration/DevServer.java

In the example, the export queue is configured in
env.configureApplication(config,
config);
The 1.1.0-incubating recipes should work with fluo 1.2.

Let me know if you have any other questions!
-Mike

On Wed, Feb 14, 2018 at 7:43 PM, Alan Camillo <a...@blueshift.com.br> wrote:

> Hello guys!
> Simple questions:
>
> How do to use the exportqueue recipe through command “fluo init...”?
>
> There’s a comment on examples saying:
> /**
> * Call this method before initializing Fluo.
> *
> * @param fluoConfig the configuration object that will be used to
> initialize Fluo
> */
>
> Is this mean recipes just work through main methods? If so, is possible
> initialize a fluo application without call the “fluo init” command?
>
> If I provide the export queue properties on fluo-app.properties can I jump
> this step?
>
> Last question!
> Do the recipes work on fluo 1.2?
>
> Thanks!!
>

Reply via email to