> Still get the same exception...

Are you 100% certain it's the same exception?  Can you paste it?

> Is it necessary to do this REST configuration as described or would the
defaults automatically get picked up?

The defaults are the defaults so they are always automatically picked up in
the absence of any other configuration.  They wouldn't be defaults
otherwise.  :)

The same section of documentation you quoted states that the default url
which the REST interface will use to connect to the broker is "vm://0".


Justin

On Thu, Feb 22, 2018 at 1:48 PM, tcomprak <tcomp...@gmail.com> wrote:

> Thanks. I added that as well now as follows
>
>
>          <acceptor name="in-vm">vm://0</acceptor>
>
>       </acceptors>
>
> Still get the same exception...
>
> Is it necessary to do this REST configuration as described or would the
> defaults automatically get picked up?
>
> The Apache ActiveMQ Artemis REST implementation does have some
> configuration
> options. These are configured via XML configuration file that must be in
> your WEB-INF/classes directory. You must set the web.xml context-param
> rest.messaging.config.file to specify the name of the configuration file.
> Below is the format of the XML configuration file and the default values
> for
> each.
>
>
>
> --
> Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-
> f2341805.html
>

Reply via email to