Hi All,
Is there any Pub-Sub for JMS provided by Spark out of box like Kafka?
Thanks.
Regards,
Sam
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Streaming-and-JMS-tp5371p25548.html
Sent from the Apache Spark User List mailing list archive at
t; do you know if JMS Reciever was introduced during last year as standard
> Spark component or somebody is developing it?
>
>
> Regards
> Danila
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Streaming-and-JM
Hi Tathagata
do you know if JMS Reciever was introduced during last year as standard
Spark component or somebody is developing it?
Regards
Danila
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Streaming-and-JMS-tp5371p22337.html
Sent from the
Hi Tathagata,
Thanks for your response, just the advice I was looking for. I will try
this out with Spark 1.0 when it comes out.
Best regards,
Patrick
On 5 May 2014 22:42, Tathagata Das wrote:
> A few high-level suggestions.
>
> 1. I recommend using the new Receiver API in almost-released Sp
A few high-level suggestions.
1. I recommend using the new Receiver API in almost-released Spark 1.0 (see
branch-1.0 / master branch on github). Its a slightly better version of the
earlier NetworkReceiver, as it hides away blockgenerator (which needed to
be unnecessarily manually started and stop
Hi all,
Is there a "best practice" for subscribing to JMS with Spark Streaming? I
have searched but not found anything conclusive.
In the absence of a standard practice the solution I was thinking of was to
use Akka + Camel (akka.camel.Consumer) to create a subscription for a Spark
Streaming Cus