You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by NuGet Gallery <su...@nuget.org.INVALID> on 2022/03/21 13:35:44 UTC

[NuGet Gallery] Message for owners of the package 'Apache.NMS.ActiveMQ'

User straizer &lt;hubert.romaniak@gmail.com&gt; sends the following message to the owners of Package 'Apache.NMS.ActiveMQ 1.8.0 (https://www.nuget.org/packages/Apache.NMS.ActiveMQ/1.8.0)'.

Hi,

I&#39;ve encountered issue with Apache.NMS 2.0.0 and Apache.NMS.ActiveMQ 1.8.0. It&#39;s not possible to use those packages together due to issue with implementation IConnectionFactory (from Apache.NMS) in ConnectionFactory (from Apache.NMS.ActiveMQ).

I was getting following error:
&quot;Could not create the IConnectionFactory implementation: CreateConnectionAsync method on Apache.NMS.ActiveMQ.ConnectionFactory type of Apache.NMS.ActiveMQ assembly, Version=1.8.0.0, Culture=neutral, PublicKeyToken=82756feee3957618 does not have an implementation.&quot;

After some reasearch I&#39;ve found out that in Apache.NMS version 2.0.0 you&#39;d added some methods to IConnectionFactory interface which are not implemented in ConnectionFactory class. Due to this changes, Apache.NMS 2.0.0 is no longer compatible with Apache.NMS.ActiveMQ 1.8.0 (and lower, I think).

Could you please mark on nuget.org that Apache.NMS.ActiveMQ 1.8.0 requires at most Apache.NMS 1.8.0?
It&#39;ll be very helpful, not just for me, but for other people who also have this problem, like in links below:
https://stackoverflow.com/questions/70071614/could-not-create-the-iconnectionfactory-implementation
https://issues.apache.org/jira/browse/AMQNET-664

Thank you in advance.

Best regards,
Hubert Romaniak

-----------------------------------------------
    To stop receiving contact emails as an owner of this package, sign in to the NuGet Gallery and
    change your email notification settings (https://www.nuget.org/account).

Privacy Statement (https://go.microsoft.com/fwlink/?LinkId=521839)
Microsoft Corporation
One Microsoft Way
Redmond, WA 98052 USA

Re: [NuGet Gallery] Message for owners of the package 'Apache.NMS.ActiveMQ'

Posted by Hubert Romaniak <hu...@gmail.com>.
Yes, it will be very helpful.
Thanks again for your time.

Best regards,
Hubert

pon., 21 mar 2022, 15:05 użytkownik Havret <ha...@apache.org> napisał:

> Hi,
>
> I don’t think we can amend the existing package but we could release 1.8.1
> version with restricted dependency to NMS.API.
>
> I hope this helps.
>
> Best regards,
> Havret
>
>
>
> On Mon, 21 Mar 2022 at 14:35 NuGet Gallery <su...@nuget.org.invalid>
> wrote:
>
>> User straizer &lt;hubert.romaniak@gmail.com&gt; sends the following
>> message to the owners of Package 'Apache.NMS.ActiveMQ 1.8.0 (
>> https://www.nuget.org/packages/Apache.NMS.ActiveMQ/1.8.0)'.
>>
>> Hi,
>>
>> I&#39;ve encountered issue with Apache.NMS 2.0.0 and Apache.NMS.ActiveMQ
>> 1.8.0. It&#39;s not possible to use those packages together due to issue
>> with implementation IConnectionFactory (from Apache.NMS) in
>> ConnectionFactory (from Apache.NMS.ActiveMQ).
>>
>> I was getting following error:
>> &quot;Could not create the IConnectionFactory implementation:
>> CreateConnectionAsync method on Apache.NMS.ActiveMQ.ConnectionFactory type
>> of Apache.NMS.ActiveMQ assembly, Version=1.8.0.0, Culture=neutral,
>> PublicKeyToken=82756feee3957618 does not have an implementation.&quot;
>>
>> After some reasearch I&#39;ve found out that in Apache.NMS version 2.0.0
>> you&#39;d added some methods to IConnectionFactory interface which are not
>> implemented in ConnectionFactory class. Due to this changes, Apache.NMS
>> 2.0.0 is no longer compatible with Apache.NMS.ActiveMQ 1.8.0 (and lower, I
>> think).
>>
>> Could you please mark on nuget.org that Apache.NMS.ActiveMQ 1.8.0
>> requires at most Apache.NMS 1.8.0?
>> It&#39;ll be very helpful, not just for me, but for other people who also
>> have this problem, like in links below:
>>
>> https://stackoverflow.com/questions/70071614/could-not-create-the-iconnectionfactory-implementation
>> https://issues.apache.org/jira/browse/AMQNET-664
>>
>> Thank you in advance.
>>
>> Best regards,
>> Hubert Romaniak
>>
>> -----------------------------------------------
>>     To stop receiving contact emails as an owner of this package, sign in
>> to the NuGet Gallery and
>>     change your email notification settings (
>> https://www.nuget.org/account).
>>
>> Privacy Statement (https://go.microsoft.com/fwlink/?LinkId=521839)
>> Microsoft Corporation
>> One Microsoft Way
>> Redmond, WA 98052 USA
>
>

Re: [NuGet Gallery] Message for owners of the package 'Apache.NMS.ActiveMQ'

Posted by Havret <ha...@apache.org>.
Hi,

I don’t think we can amend the existing package but we could release 1.8.1
version with restricted dependency to NMS.API.

I hope this helps.

Best regards,
Havret



On Mon, 21 Mar 2022 at 14:35 NuGet Gallery <su...@nuget.org.invalid>
wrote:

> User straizer &lt;hubert.romaniak@gmail.com&gt; sends the following
> message to the owners of Package 'Apache.NMS.ActiveMQ 1.8.0 (
> https://www.nuget.org/packages/Apache.NMS.ActiveMQ/1.8.0)'.
>
> Hi,
>
> I&#39;ve encountered issue with Apache.NMS 2.0.0 and Apache.NMS.ActiveMQ
> 1.8.0. It&#39;s not possible to use those packages together due to issue
> with implementation IConnectionFactory (from Apache.NMS) in
> ConnectionFactory (from Apache.NMS.ActiveMQ).
>
> I was getting following error:
> &quot;Could not create the IConnectionFactory implementation:
> CreateConnectionAsync method on Apache.NMS.ActiveMQ.ConnectionFactory type
> of Apache.NMS.ActiveMQ assembly, Version=1.8.0.0, Culture=neutral,
> PublicKeyToken=82756feee3957618 does not have an implementation.&quot;
>
> After some reasearch I&#39;ve found out that in Apache.NMS version 2.0.0
> you&#39;d added some methods to IConnectionFactory interface which are not
> implemented in ConnectionFactory class. Due to this changes, Apache.NMS
> 2.0.0 is no longer compatible with Apache.NMS.ActiveMQ 1.8.0 (and lower, I
> think).
>
> Could you please mark on nuget.org that Apache.NMS.ActiveMQ 1.8.0
> requires at most Apache.NMS 1.8.0?
> It&#39;ll be very helpful, not just for me, but for other people who also
> have this problem, like in links below:
>
> https://stackoverflow.com/questions/70071614/could-not-create-the-iconnectionfactory-implementation
> https://issues.apache.org/jira/browse/AMQNET-664
>
> Thank you in advance.
>
> Best regards,
> Hubert Romaniak
>
> -----------------------------------------------
>     To stop receiving contact emails as an owner of this package, sign in
> to the NuGet Gallery and
>     change your email notification settings (https://www.nuget.org/account
> ).
>
> Privacy Statement (https://go.microsoft.com/fwlink/?LinkId=521839)
> Microsoft Corporation
> One Microsoft Way
> Redmond, WA 98052 USA