Skip to main content
Solved

Active MQ source

  • April 24, 2023
  • 3 replies
  • 55 views

Is it possible to connect to ActiveMQ (https://activemq.apache.org) queue (as a source)?
I use c# client app to fetch the data from the queue and was wondering if it is possible to use TimeXtender instead.

 

Best answer by rory.smith

Hi,

 

there seems to be a REST API: https://activemq.apache.org/rest

3 replies

rory.smith
TimeXtender Xpert
Forum|alt.badge.img+8
  • TimeXtender Xpert
  • Answer
  • April 26, 2023

Hi,

 

there seems to be a REST API: https://activemq.apache.org/rest


Hi

REST has become the “Export to Excel”; the solution to everything :-)
Thanks for your help.


Thomas Lind
Community Manager
Forum|alt.badge.img+5
  • Community Manager
  • April 28, 2023

Hi @Steini Jonsson 

Yeah, it seems like a common solution to most web based APIs.