Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spark streaming with JMS - No API

Tags:

apache-spark

Is there any API/ way to integrate Spark Streaming with JMS. I am able to integrate with Kafka and Sockets but to integrate with Jms queue or topic I am unable to.

like image 854
vsingh28 Avatar asked Sep 29 '22 23:09

vsingh28


1 Answers

I think you should try calling reciever api in spark. You need to create custom receiver

http://spark.apache.org/docs/latest/streaming-custom-receivers.html

Also check rely from tathagat das who is spark contributor from

www.apache-spark-user-list.1001560.n3.nabble.com/Spark-Streaming-and-JMS-td5371.html

If you need help in detail let me know

like image 115
Pankaj Narang Avatar answered Oct 05 '22 07:10

Pankaj Narang