Skip to content

Commit

Permalink
copy in the file
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Jul 17, 2024
1 parent 6fed924 commit f35cc7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start_amq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ echo 'activemq.username=system' > /etc/amqcreds/credentials.properties
echo "activemq.password=$AMQ_TOKEN" >> /etc/amqcreds/credentials.properties
echo "guest.password=$AMQ_TOKEN" >> /etc/amqcreds/credentials.properties

cp /etc/amqcreds/credentials.properties /usr/local/activemq/conf/credentials.properties

# start AMQ
/usr/local/activemq/bin/activemq console xbean:file:/etc/activemq/activemq.xml

0 comments on commit f35cc7d

Please sign in to comment.