module ActiveMQ
  class SendJMSMessagePage < ::UniversalPage
    page_url ENVCONFIG["ACTIVEMQ"] + "/admin/send.jsp?JMSDestination=ORCD.ASSET.PREPROCESSOR&JMSDestinationType=queue"
    text_area(:message_body, name: "JMSText")
    button(:send_reencode_message, value: "Send")

  end
end
